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 {
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 {