migrate arriman (122) and jellyfin (101) to strong - update backends
This commit is contained in:
10
Caddyfile
10
Caddyfile
@@ -41,7 +41,7 @@ media.hubris.network {
|
|||||||
}
|
}
|
||||||
# SSO plugin handles auth via OIDC redirect to Authentik.
|
# SSO plugin handles auth via OIDC redirect to Authentik.
|
||||||
# No forward-auth gate — Jellyfin login page shows SSO button directly.
|
# 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 {
|
git.hubris.network {
|
||||||
@@ -119,7 +119,7 @@ jellyseerr.hubris.network {
|
|||||||
tls {
|
tls {
|
||||||
dns ionos {env.IONOS_AUTH_API_TOKEN}
|
dns ionos {env.IONOS_AUTH_API_TOKEN}
|
||||||
}
|
}
|
||||||
reverse_proxy 192.168.8.132:5056
|
reverse_proxy 192.168.8.245:5056
|
||||||
}
|
}
|
||||||
|
|
||||||
qbit.hubris.network {
|
qbit.hubris.network {
|
||||||
@@ -128,11 +128,11 @@ qbit.hubris.network {
|
|||||||
}
|
}
|
||||||
@api path /api/*
|
@api path /api/*
|
||||||
handle @api {
|
handle @api {
|
||||||
reverse_proxy 192.168.8.132:8080
|
reverse_proxy 192.168.8.245:8080
|
||||||
}
|
}
|
||||||
handle {
|
handle {
|
||||||
import authentik
|
import authentik
|
||||||
reverse_proxy 192.168.8.132:8080
|
reverse_proxy 192.168.8.245:8080
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -142,7 +142,7 @@ sab.hubris.network {
|
|||||||
}
|
}
|
||||||
handle {
|
handle {
|
||||||
import authentik
|
import authentik
|
||||||
reverse_proxy 192.168.8.132:8082
|
reverse_proxy 192.168.8.245:8082
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user