diff --git a/Caddyfile b/Caddyfile index 7f0aeb6..283d893 100644 --- a/Caddyfile +++ b/Caddyfile @@ -116,10 +116,17 @@ jellyseerr.hubris.network { } qbit.hubris.network { - tls { - dns ionos {env.IONOS_AUTH_API_TOKEN} - } - reverse_proxy 192.168.8.132:8080 + tls { + dns ionos {env.IONOS_AUTH_API_TOKEN} + } + @api path /api/* + handle @api { + reverse_proxy 192.168.8.132:8080 + } + handle { + import authentik + reverse_proxy 192.168.8.132:8080 + } } sab.hubris.network {