diff --git a/Proxy_Containers/traefik/config.yaml b/Proxy_Containers/traefik/config.yaml index 9dc9a4b..dc76e96 100644 --- a/Proxy_Containers/traefik/config.yaml +++ b/Proxy_Containers/traefik/config.yaml @@ -1,4 +1,16 @@ http: + routers: + dashboard: + rule: "Host(`traefik.${DOMAIN_NAME}`)" + service: "api@internal" + entryPoints: + - websecure + middlewares: + - dashboard-auth + - internal-only + tls: + certResolver: cloudflare + middlewares: crowdsec-bouncer: forwardAuth: