From c26221e2fb323f4f3f0e0bf3584a2cb8fff5c097 Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 10 Dec 2025 13:40:38 +0100 Subject: [PATCH] Update traefik/dynamic/dashboard.yml --- traefik/dynamic/dashboard.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/traefik/dynamic/dashboard.yml b/traefik/dynamic/dashboard.yml index c183813..41c647b 100644 --- a/traefik/dynamic/dashboard.yml +++ b/traefik/dynamic/dashboard.yml @@ -7,3 +7,26 @@ http: service: api@internal tls: certResolver: cf + +# http: +# middlewares: +# authentik: +# forwardAuth: +# address: "http://auth.japnet.nl:9000/outpost.goauthentik.io/auth/traefik-dashboard" +# trustForwardHeader: true +# authResponseHeaders: +# - X-authentik-username +# - X-authentik-groups +# - X-authentik-email +# - X-authentik-name + +# routers: +# traefik-dashboard: +# rule: "Host(`traefik.japnet.nl`)" +# entryPoints: +# - websecure +# middlewares: +# - authentik +# service: api@internal +# tls: +# certResolver: cf \ No newline at end of file