Starting with Authentik
This commit is contained in:
parent
8181de3f12
commit
37dc3b82d9
5 changed files with 99 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue