Update Proxy_Containers/traefik/config.yaml
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user