[PR #975] [CLOSED] The docker image demo is already available. #1191

Closed
opened 2026-02-25 21:37:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/975
Author: @wangxiaoerYah
Created: 4/25/2024
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

9 files changed (+600 additions, -32 deletions)

View changed files

📝 .env.example (+12 -17)
.github/docker/cypht_setup_database.php (+44 -0)
.github/docker/docker-entrypoint.sh (+315 -0)
.github/docker/nginx.conf (+81 -0)
.github/docker/supervisord.conf (+23 -0)
📝 .github/tests/.env (+5 -6)
📝 .github/workflows/Nightly-Image.yml (+58 -9)
📝 .github/workflows/Test-Build.yml (+4 -0)
Dockerfile (+58 -0)

📄 Description

my image

Use podman for testing.
podman run -d --replace --name test -e CYPHT_DEBUG=true -p 1080:80 ghcr.io/wangxiaoeryah/cypht:nightly

Then please open the address:127.0.0.1:1080

Please check the difference between .github/docker/docker-entrypoint.sh and cypht-docker/image/docker-entrypoint.sh, I removed enable_disable_module.

Currently I only use sqlite on this image, other db options are still to be tested.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/975 **Author:** [@wangxiaoerYah](https://github.com/wangxiaoerYah) **Created:** 4/25/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`bf36cec`](https://github.com/cypht-org/cypht/commit/bf36cec1af875c42b101c10d8bca1f714520c244) Test - [`f815e8c`](https://github.com/cypht-org/cypht/commit/f815e8c61b0ed7202fa2664e88e70cd6d76dd1d5) Test - [`0aa4366`](https://github.com/cypht-org/cypht/commit/0aa4366379ecf73072cc1d9421b6393a91a1b7bd) Test - [`2525be7`](https://github.com/cypht-org/cypht/commit/2525be7dda4ab1f68f4b5357fd36dc0dfe57069e) Build Test - [`c1f788a`](https://github.com/cypht-org/cypht/commit/c1f788a6977fff525239534c240e25b76525778f) Build Test - [`3aa6535`](https://github.com/cypht-org/cypht/commit/3aa6535665b32239cad83f30082c220cbef5d7d2) Build Test - [`d2b410d`](https://github.com/cypht-org/cypht/commit/d2b410d87669196381f30d20f5181503373d8469) Build Test - [`ec48ebd`](https://github.com/cypht-org/cypht/commit/ec48ebd5f4ab5a56204804f80f0521b3f512d4fd) Build Test - [`aa46b0c`](https://github.com/cypht-org/cypht/commit/aa46b0cd565276b17f10b4bce874c9b0cf82910e) Build Test - [`7766fb7`](https://github.com/cypht-org/cypht/commit/7766fb7c014175c670c6e917ddb1ff6dc5f8b3a4) Build Test ### 📊 Changes **9 files changed** (+600 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+12 -17) ➕ `.github/docker/cypht_setup_database.php` (+44 -0) ➕ `.github/docker/docker-entrypoint.sh` (+315 -0) ➕ `.github/docker/nginx.conf` (+81 -0) ➕ `.github/docker/supervisord.conf` (+23 -0) 📝 `.github/tests/.env` (+5 -6) 📝 `.github/workflows/Nightly-Image.yml` (+58 -9) 📝 `.github/workflows/Test-Build.yml` (+4 -0) ➕ `Dockerfile` (+58 -0) </details> ### 📄 Description [my image ](https://github.com/wangxiaoerYah/cypht/pkgs/container/cypht) Use podman for testing. `podman run -d --replace --name test -e CYPHT_DEBUG=true -p 1080:80 ghcr.io/wangxiaoeryah/cypht:nightly` Then please open the address:[127.0.0.1:1080](http://127.0.0.1:1080) Please check the difference between .github/docker/docker-entrypoint.sh and cypht-docker/image/docker-entrypoint.sh, I removed enable_disable_module. Currently I only use sqlite on this image, other db options are still to be tested. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1191
No description provided.