Files
Docker-Compose/Proxy_Containers/traefik/config.yaml
T

15 lines
362 B
YAML
Raw Normal View History

2026-05-13 00:23:35 +00:00
middlewares:
crowdsec-bouncer:
forwardauth:
address: http://bouncer-traefik:8080/api/v1/forwardAuth
2026-05-14 02:50:29 +00:00
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"