jellyfin: upgrade to 10.11 and seed oidc plugin

This commit is contained in:
Brad Stein 2025-12-19 21:30:04 -03:00
parent ed868a5faa
commit 1b65987dfe

View File

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