diff --git a/Proxy_Containers/traefik/config.yaml b/Proxy_Containers/traefik/config.yaml new file mode 100644 index 0000000..1e2dc68 --- /dev/null +++ b/Proxy_Containers/traefik/config.yaml @@ -0,0 +1,12 @@ +middlewares: + addprefix-pihole: + addPrefix: + prefix: "/admin" + https-redirect: + redirectScheme: + scheme: https + + crowdsec-bouncer: + forwardauth: + address: http://bouncer-traefik:8080/api/v1/forwardAuth + trustForwardHeader: true \ No newline at end of file