Gate qbit.hubris.network with Authentik forward-auth, bypass /api/* for clients

This commit is contained in:
claudio
2026-04-22 13:33:51 +02:00
parent 8727399e84
commit 9a002648cc

View File

@@ -116,10 +116,17 @@ jellyseerr.hubris.network {
} }
qbit.hubris.network { qbit.hubris.network {
tls { tls {
dns ionos {env.IONOS_AUTH_API_TOKEN} dns ionos {env.IONOS_AUTH_API_TOKEN}
} }
reverse_proxy 192.168.8.132:8080 @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 { sab.hubris.network {