Update traefik/dynamic/authentik.yml

This commit is contained in:
2025-11-21 20:42:27 +01:00
parent 6e535885e2
commit b0b64b4a54

View File

@@ -1,11 +1,15 @@
#http:
#routers:
# authentik:
# rule: Host("auth.japnet.nl")
# entryPoints:
# - websecure
# service: authentik
# tls:
# certResolver: cf # of hoe jouw certresolver heet
# middlewares:
# - "chain-no-auth@file" # optioneel, als je al zoiets hebt
http:
routers:
auth:
rule: Host("auth.japnet.nl")
entryPoints:
- websecure
service: auth
tls:
certResolver: cf # of hoe jouw resolver heet
services:
auth:
loadBalancer:
servers:
- url: http://192.168.2.2:9000