add authentik. subdomain to caddy

This commit is contained in:
2024-12-04 15:28:28 +01:00
parent cb9fd7e4cb
commit a0f866815e
3 changed files with 8 additions and 1 deletions

View File

@@ -68,7 +68,6 @@ import unprotected jellyseerr host:15055
X-Custom-User
X-Custom-Password
X-User-Header
X-Seafile-User
}
}
}

View File

@@ -0,0 +1,6 @@
authentik.veenboer.xyz {
log {
output file /var/log/authentik-root.log
}
reverse_proxy host:19000
}