From 1e09d5a0d09ae58a17c643f3c82452a8b29590e5 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 14 May 2026 03:12:22 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/config.yaml --- Proxy_Containers/traefik/config.yaml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Proxy_Containers/traefik/config.yaml b/Proxy_Containers/traefik/config.yaml index fdd9664..9dc9a4b 100644 --- a/Proxy_Containers/traefik/config.yaml +++ b/Proxy_Containers/traefik/config.yaml @@ -1,15 +1,16 @@ -middlewares: - crowdsec-bouncer: - forwardauth: +http: + middlewares: + crowdsec-bouncer: + forwardAuth: address: http://bouncer-traefik:8080/api/v1/forwardAuth trustForwardHeader: true - dashboard-auth: - basicAuth: - users: - - "admin:$apr1$..." # htpasswd generated - internal-only: - ipAllowList: - sourceRange: - - "192.168.0.0/24" # your LAN - - "127.0.0.1/32" \ No newline at end of file + dashboard-auth: + basicAuth: + users: + - "admin:$apr1$..." + internal-only: + ipAllowList: + sourceRange: + - "192.168.0.0/24" + - "127.0.0.1/32" \ No newline at end of file