From ae2d222ab5423bef0fc136e0aee2b4243db03b17 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 3 May 2025 17:35:53 -0700 Subject: Fix x-forwarded-for on http --- playbooks/roles/traefik/templates/stacks/traefik.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'playbooks/roles') diff --git a/playbooks/roles/traefik/templates/stacks/traefik.yml b/playbooks/roles/traefik/templates/stacks/traefik.yml index 98c333e..e677a60 100644 --- a/playbooks/roles/traefik/templates/stacks/traefik.yml +++ b/playbooks/roles/traefik/templates/stacks/traefik.yml @@ -9,6 +9,9 @@ api: entryPoints: web: address: ":80" + forwardedHeaders: + trustedIPs: + - "{{ homelab_network }}" http: redirections: entryPoint: -- cgit v1.2.3-70-g09d2