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

@@ -119,7 +119,14 @@ qbit.hubris.network {
tls { tls {
dns ionos {env.IONOS_AUTH_API_TOKEN} dns ionos {env.IONOS_AUTH_API_TOKEN}
} }
@api path /api/*
handle @api {
reverse_proxy 192.168.8.132:8080 reverse_proxy 192.168.8.132:8080
}
handle {
import authentik
reverse_proxy 192.168.8.132:8080
}
} }
sab.hubris.network { sab.hubris.network {