mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 00:15:28 +02:00
FORCE_SSL=true + FRONTEND_URL=https:// made Rails 301-redirect every request to https, which Traefik answered with a sustained 404 because Dokploy-generated template domains are http-only. Default to FORCE_SSL=false and FRONTEND_URL=http://${main_domain} (matching the repo convention); users who terminate TLS can flip these afterwards. Verified on a Dokploy instance: fresh deploy of chatwoot/chatwoot:v4.12.1 migrates and answers HTTP 200 with the onboarding page. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>