From 4a88d7d3f7fe8d69cee4a3e452bca8f84cbcecf6 Mon Sep 17 00:00:00 2001 From: Elias Fink Date: Thu, 6 Nov 2025 11:06:48 +0100 Subject: [PATCH] Add traefik config for authentik --- traefik/config/services/authentik.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 traefik/config/services/authentik.yml diff --git a/traefik/config/services/authentik.yml b/traefik/config/services/authentik.yml new file mode 100644 index 0000000..1666f90 --- /dev/null +++ b/traefik/config/services/authentik.yml @@ -0,0 +1,15 @@ +# /services/traefik/config/services/authentik.yml + +http: + routers: + auth: + entryPoints: + - https + rule: Host(`auth.eliasfink.de`) + service: authentik + + services: + authentik: + loadBalancer: + servers: + - url: http://authentik_server:9000 \ No newline at end of file