From 65117ac5b0424c64cc6a1a0f1394cd708decc507 Mon Sep 17 00:00:00 2001 From: CalvinSteenbergen Date: Sat, 29 Nov 2025 12:37:32 +0100 Subject: [PATCH] update Traefik configuration for authentik to use websecure entrypoint and enable TLS with Let's Encrypt --- 1. docker-stacks/authentik/docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/1. docker-stacks/authentik/docker-compose.yml b/1. docker-stacks/authentik/docker-compose.yml index 5e0236c..cc2f17b 100644 --- a/1. docker-stacks/authentik/docker-compose.yml +++ b/1. docker-stacks/authentik/docker-compose.yml @@ -44,7 +44,9 @@ services: - "traefik.enable=true" # Jouw nieuwe URL - "traefik.http.routers.authentik.rule=Host(`authentik.stackbabber.nl`)" - - "traefik.http.routers.authentik.entrypoints=web" + - "traefik.http.routers.authentik.entrypoints=websecure" + - "traefik.http.routers.authentik.tls=true" + - "traefik.http.routers.authentik.tls.certresolver=letsencrypt" - "traefik.http.services.authentik.loadbalancer.server.port=9000" worker: