From b6f3f4f99ea321e73b1d68affa64f278ea74ff4a Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 13 May 2026 00:23:35 +0000 Subject: [PATCH] Add Proxy_Containers/traefik/config.yaml --- Proxy_Containers/traefik/config.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Proxy_Containers/traefik/config.yaml 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