Commit Graph

2 Commits

Author SHA1 Message Date
4987ba91c7 fix: caddy resolves own app via ${STACK_NAME}_app on shared proxy net
The caddy on-demand-TLS ask + reverse_proxy used bare host "app", which on the
shared external proxy net collides with every other stack aliasing its main
service "app" (docker DNS returns a foreign endpoint -> cert ask refused -> 000
on warm-canonical promote). Use the fully-qualified swarm service name
${STACK_NAME}_app (caddy {$APP_HOST} env) so caddy resolves THIS stack only.
Established coop-cloud pattern (cf. matrix-synapse, mailu, mumble). Bump
CADDYFILE_VERSION v1->v2.
2026-06-18 05:41:29 +00:00
e1cedf7e88 working on caddy sidecar 2026-02-21 23:48:21 -05:00