3 Commits
Author SHA1 Message Date
Malek TellissiandClaude Sonnet 4.6 f54b471848 Fix container startup: plain HTTP behind reverse proxy
Deploy / deploy (push) Successful in 13s
- Caddyfile: disable auto_https and admin, listen on :80 only
- docker-compose: bind port only on 127.0.0.1 to avoid public exposure
- bootstrap/app.php: trust all proxies so Laravel generates correct URLs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-09-11 02:29:22 +02:00
Malek TellissiandClaude Sonnet 4.6 a9d14e4bde Run app on host port 5000 behind reverse proxy
Deploy / deploy (push) Successful in 14s
Caddy still listens on :80 inside the container, but only port 5000 is
exposed to the host. Removes 443/HTTPS ports and Caddy cert volumes —
TLS is handled by the upstream reverse proxy.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-09-11 02:23:36 +02:00
Malek Tellissi 400172cdde Erster Upload 2026-09-11 01:17:47 +02:00