summaryrefslogtreecommitdiff
path: root/ghost
AgeCommit message (Collapse)Author
2026-03-02ghost: remove 2368 port from DOMAIN for ghostArseney300
2026-03-02Switch Ghost URL config from http to httpsArseney300
SSL is now in place, so Ghost should use https:// for its URL and admin URL. Fixes the membership portal failing to load due to mixed content / SSL protocol errors on API calls. Note: DOMAIN in stack.env must be set to the bare domain (e.g. swave.lol) without a port number. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20Fix ghost network name to prevent project name prefixArseney300
Without an explicit name, Compose creates ghost_ghost_network instead of ghost_network, breaking nginx reverse proxy. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20Initial commit: bastion server projectArseney300
Add Docker configurations for Ghost, Git server, and Nginx services with documentation and architecture diagrams. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>