Fixed
- n8n — Fix
ERR_ERL_UNEXPECTED_X_FORWARDED_FORthrown byexpress-rate-limitbehind the Caddy reverse proxy. The compose file setN8N_TRUST_PROXY: true, which n8n does not recognize, so Expresstrust proxystayedfalse. Replaced it with the correctN8N_PROXY_HOPS(number of reverse proxy hops, default1, overridable via.envfor multi-proxy setups) (#65).
Upgrade
make updateAfter updating, the ERR_ERL_UNEXPECTED_X_FORWARDED_FOR log spam stops and n8n derives the real client IP from X-Forwarded-For instead of Caddy's container IP. The default N8N_PROXY_HOPS=1 matches the bundled Caddy proxy; raise it by one per extra trusted proxy you place in front of Caddy. No .env changes are required — the compose default applies automatically.
Full Changelog: v1.5.1...v1.5.2