mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 15:30:19 +00:00
11 lines
299 B
YAML
11 lines
299 B
YAML
|
http:
|
||
|
middlewares:
|
||
|
crowdsec-bouncer:
|
||
|
forwardauth:
|
||
|
address: http://bouncer-traefik:8080/api/v1/forwardAuth
|
||
|
trustForwardHeader: true
|
||
|
ip-whitelist:
|
||
|
ipWhiteList:
|
||
|
sourceRange:
|
||
|
- "1.2.3.4" # Add the IPs or networks you want to be able to access
|