Update Proxy_Containers/traefik/config.yaml
This commit is contained in:
@@ -2,4 +2,14 @@ middlewares:
|
||||
crowdsec-bouncer:
|
||||
forwardauth:
|
||||
address: http://bouncer-traefik:8080/api/v1/forwardAuth
|
||||
trustForwardHeader: true
|
||||
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"
|
||||
Reference in New Issue
Block a user