jellyfin: upgrade to 10.11 and seed oidc plugin
This commit is contained in:
parent
ed868a5faa
commit
1b65987dfe
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user