diff --git a/Proxy_Containers/traefik/config.yaml b/Proxy_Containers/traefik/config.yaml index fdd9664..9dc9a4b 100644 --- a/Proxy_Containers/traefik/config.yaml +++ b/Proxy_Containers/traefik/config.yaml @@ -1,15 +1,16 @@ -middlewares: - crowdsec-bouncer: - forwardauth: +http: + middlewares: + crowdsec-bouncer: + forwardAuth: address: http://bouncer-traefik:8080/api/v1/forwardAuth 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" \ No newline at end of file + dashboard-auth: + basicAuth: + users: + - "admin:$apr1$..." + internal-only: + ipAllowList: + sourceRange: + - "192.168.0.0/24" + - "127.0.0.1/32" \ No newline at end of file