Browse Source

Update Jellyfin to 10.8.13 (#913)

main
smolgrrr 1 year ago
committed by GitHub
parent
commit
d56008dfb3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jellyfin/docker-compose.yml
  2. 5
      jellyfin/umbrel-app.yml

2
jellyfin/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: linuxserver/jellyfin:10.8.11@sha256:09bd29e51d205076ee5027d9828359112b8d091c8324610f43beb438f1f94131
image: linuxserver/jellyfin:10.8.13@sha256:deb61ff251882fb21e5187b7d1988e84ea438626300041f7d9474a5dc0618e24
restart: on-failure
hostname: "${DEVICE_HOSTNAME}"
environment:

5
jellyfin/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: jellyfin
category: media
name: Jellyfin
version: "10.8.11"
version: "10.8.13"
tagline: The Free Software Media System
description: >-
Jellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached. Your media, your server, your way.
@ -41,6 +41,9 @@ releaseNotes: >-
This update is a hotfix release with no new features or major improvements.
- NOTICE: The customizable FFmpeg binary path in the WebUI/API has been REMOVED for security reasons.
Full release notes can be found here: https://github.com/jellyfin/jellyfin/releases
torOnly: false
permissions:

Loading…
Cancel
Save