mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[PR #975] [CLOSED] The docker image demo is already available. #1191
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#1191
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cypht-org/cypht/pull/975
Author: @wangxiaoerYah
Created: 4/25/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
bf36cecTestf815e8cTest0aa4366Test2525be7Build Testc1f788aBuild Test3aa6535Build Testd2b410dBuild Testec48ebdBuild Testaa46b0cBuild Test7766fb7Build Test📊 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:nightlyThen 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.