Update Proxy_Containers/traefik/config.yaml

This commit is contained in:
2026-05-14 03:12:22 +00:00
parent e79cef9c19
commit 1e09d5a0d0
+5 -4
View File
@@ -1,15 +1,16 @@
middlewares:
http:
middlewares:
crowdsec-bouncer:
forwardauth:
forwardAuth:
address: http://bouncer-traefik:8080/api/v1/forwardAuth
trustForwardHeader: true
dashboard-auth:
basicAuth:
users:
- "admin:$apr1$..." # htpasswd generated
- "admin:$apr1$..."
internal-only:
ipAllowList:
sourceRange:
- "192.168.0.0/24" # your LAN
- "192.168.0.0/24"
- "127.0.0.1/32"