migrate arriman (122) and jellyfin (101) to strong - update backends

This commit is contained in:
root
2026-07-05 14:37:32 +02:00
parent 9b99dbb641
commit 468c2e7d93

View File

@@ -41,7 +41,7 @@ media.hubris.network {
}
# SSO plugin handles auth via OIDC redirect to Authentik.
# No forward-auth gate — Jellyfin login page shows SSO button directly.
reverse_proxy 192.168.8.206:8096
reverse_proxy 192.168.8.246:8096
}
git.hubris.network {
@@ -119,7 +119,7 @@ jellyseerr.hubris.network {
tls {
dns ionos {env.IONOS_AUTH_API_TOKEN}
}
reverse_proxy 192.168.8.132:5056
reverse_proxy 192.168.8.245:5056
}
qbit.hubris.network {
@@ -128,11 +128,11 @@ qbit.hubris.network {
}
@api path /api/*
handle @api {
reverse_proxy 192.168.8.132:8080
reverse_proxy 192.168.8.245:8080
}
handle {
import authentik
reverse_proxy 192.168.8.132:8080
reverse_proxy 192.168.8.245:8080
}
}
@@ -142,7 +142,7 @@ sab.hubris.network {
}
handle {
import authentik
reverse_proxy 192.168.8.132:8082
reverse_proxy 192.168.8.245:8082
}
}