files = { "/var/lib/jellyfin/plugins/SSO-Auth.zip": { "content_type": "download", "source": "https://github.com/9p4/jellyfin-plugin-sso/releases/download/v4.0.0.4/sso-authentication_4.0.0.4.zip", "content_hash": "c09f16ba31059a434ddd7f811e4f9608d4b4c4514cc80a5bf1ca33bee61e1107", "triggers": {"action:extract-jellyfin-plugin-sso"}, }, "/var/lib/jellyfin/config/branding.xml": { "content_type": "text", "triggers": {"svc_s6rc:jellyfin:restart"}, }, "/var/lib/jellyfin/config/logging.json": { "content_type": "mako", "triggers": {"svc_s6rc:jellyfin:restart"}, }, "/var/lib/jellyfin/plugins/configurations/SSO-Auth.xml": { "content_type": "mako", "triggers": {"svc_s6rc:jellyfin:restart"}, }, "/etc/deployments/jellyfin/kube.yaml": { "content_type": "mako", "context": node.metadata.get("containers")["jellyfin"], "triggers": {"svc_s6rc:jellyfin:restart"}, }, } actions = { "extract-jellyfin-plugin-sso": { "command": "unzip -d /var/lib/jellyfin/plugins/SSO-Auth /var/lib/jellyfin/plugins/SSO-Auth.zip", "triggered": True, }, }