Gate qbit.hubris.network with Authentik forward-auth, bypass /api/* for clients
This commit is contained in:
15
Caddyfile
15
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 {
|
||||
|
||||
Reference in New Issue
Block a user