From 1086895d55d7eadecdd40faf674c8ec60d42d603 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Tue, 15 Jul 2025 16:52:16 +0100 Subject: [PATCH] docs(traefik): add note on trusted IPs for when using cloudflare proxy --- apps/traefik/.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/traefik/.env b/apps/traefik/.env index 674e82b..3d1ff8d 100644 --- a/apps/traefik/.env +++ b/apps/traefik/.env @@ -1,4 +1,6 @@ # https://www.authelia.com/integration/proxies/traefik/#trusted-proxies +# If using cloudflare DNS with proxy enabled, you will need to add the Cloudflare IPs to the trusted IPs. +# See https://www.cloudflare.com/ips/ TRUSTED_IPS=172.16.0.0/12 # The CA Server URL for Let's Encrypt.