From d56446d38598879b1960cb7cdc58e94c66034fa7 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 14 May 2026 02:50:29 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/config.yaml --- Proxy_Containers/traefik/config.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Proxy_Containers/traefik/config.yaml b/Proxy_Containers/traefik/config.yaml index ea71a42..fdd9664 100644 --- a/Proxy_Containers/traefik/config.yaml +++ b/Proxy_Containers/traefik/config.yaml @@ -2,4 +2,14 @@ middlewares: crowdsec-bouncer: forwardauth: address: http://bouncer-traefik:8080/api/v1/forwardAuth - trustForwardHeader: true \ No newline at end of file + 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