feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
Showing only changes of commit 1b65987dfe - Show all commits

View File

@ -58,6 +58,9 @@ spec:
secretKeyRef:
name: jellyfin-oidc
key: client-secret
volumeMounts:
- name: config
mountPath: /config
command: ["/bin/sh", "-c"]
args:
- |
@ -85,7 +88,7 @@ spec:
"name": "OIDC Authentication",
"overview": "Enable Single Sign-On (SSO) for Jellyfin using an OpenID Connect provider.",
"owner": "lolerskatez",
"targetAbi": "10.10.7.0",
"targetAbi": "10.11.3.0",
"timestamp": "2025-12-17T04:00:00Z",
"version": "1.0.2.0",
"status": "Active",
@ -116,10 +119,11 @@ spec:
<AllowRememberMe>false</AllowRememberMe>
</PluginConfiguration>
EOF
chown -R 1000:65532 "${plugin_dir}" "${config_dir}/OIDC Authentication.xml"
runtimeClassName: nvidia
containers:
- name: jellyfin
image: docker.io/jellyfin/jellyfin:10.10.7
image: docker.io/jellyfin/jellyfin:10.11.5
imagePullPolicy: IfNotPresent
ports:
- name: http