From 4c790f6b9cde1876a87526f3c24d8105d7d4c98b Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 13 May 2026 00:25:49 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/traefik.yaml --- Proxy_Containers/traefik/traefik.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Proxy_Containers/traefik/traefik.yaml b/Proxy_Containers/traefik/traefik.yaml index ea86af6..4d5d473 100644 --- a/Proxy_Containers/traefik/traefik.yaml +++ b/Proxy_Containers/traefik/traefik.yaml @@ -20,8 +20,13 @@ entryPoints: entryPoint: to: websecure scheme: https + middlewares: + - crowdsec-bouncer@file websecure: address: :443 + http: + middlewares: + - crowdsec-bouncer@file serversTransport: insecureSkipVerify: true @@ -42,4 +47,6 @@ certificatesResolvers: providers: docker: endpoint: "unix:///var/run/docker.sock" - exposedByDefault: false \ No newline at end of file + exposedByDefault: false + file: + filename: ./config.yaml \ No newline at end of file