Starting with Authentik

This commit is contained in:
Florian Zirker 2025-03-18 15:04:33 +01:00
parent 8181de3f12
commit 37dc3b82d9
5 changed files with 99 additions and 3 deletions

View file

@ -4,7 +4,6 @@
output stdout
format console
}
debug
}
*.{$DOMAIN} {
@ -66,6 +65,11 @@
reverse_proxy transmission:9091
}
@auth host auth.{$DOMAIN}
handle @auth {
reverse_proxy authentik-server:9000
}
# Fallback unhandled (sub)domains
handle {
error 404