Commit Graph

4 Commits

Author SHA1 Message Date
Mauricio Siu
56df572522 fix: trust Dokploy's Traefik proxy via LOADBALANCER_IPS
Zulip 12 rejects requests forwarded by an untrusted reverse proxy with
a 500 "Proxy-Misconfiguration: Incorrect reverse proxy IPs set in
Zulip" error page. TRUST_GATEWAY_IP=True only whitelists the
container's default-route gateway IP, but Dokploy's Traefik connects
from its own container IP on the (dynamically-subnetted) compose
network, so it was never trusted.

Replace TRUST_GATEWAY_IP with LOADBALANCER_IPS covering the RFC1918
ranges, which Zulip feeds into nginx set_real_ip_from / its trusted
proxy list, so Traefik is trusted regardless of which Docker subnet it
connects from.

Also align meta.json version with the shipped image tag (12.1-0).

Note: the zulip-server image ships a HEALTHCHECK (/health, 300s start
period) and first boot runs full migrations, so Traefik only exposes
the router once the container turns healthy — expect several minutes
of 404 on the domain right after the first deploy.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-08 01:24:58 -06:00
Mauricio Siu
b94dd44f87 Merge remote-tracking branch 'origin/canary' into codex/add-zulip-template
# Conflicts:
#	meta.json
2026-07-08 00:04:25 -06:00
Rohit Mulani
c69a2900f5 Update Zulip reverse proxy settings 2026-07-07 23:43:13 +04:00
Rohit Mulani
b2bf966e86 feat: add Zulip template 2026-06-22 14:33:35 +04:00