Browse Source

Update Jellyfin to 10.8.9 (#425)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Xosten 2 years ago
committed by GitHub
parent
commit
ea791d2c30
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jellyfin/docker-compose.yml
  2. 7
      jellyfin/umbrel-app.yml

2
jellyfin/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false" PROXY_AUTH_ADD: "false"
server: server:
image: linuxserver/jellyfin:10.8.4@sha256:f5f4e11e7d56eaad47a3bd26a7f44b65fc46ae4d2c4b8b039402dfcae791a665 image: linuxserver/jellyfin:10.8.9@sha256:af281e1b23198076a2ce848d710e8c7ee6f96134d18c61e9c23128e3419d9e86
restart: on-failure restart: on-failure
hostname: "${DEVICE_HOSTNAME}" hostname: "${DEVICE_HOSTNAME}"
environment: environment:

7
jellyfin/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: jellyfin id: jellyfin
category: Media category: Media
name: Jellyfin name: Jellyfin
version: "10.8.4" version: "10.8.9"
tagline: The Free Software Media System tagline: The Free Software Media System
description: >- 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. 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.
@ -31,6 +31,11 @@ gallery:
path: "" path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: >-
Updates Jellyfin from version 10.8.4 to 10.8.9. This update includes a series of stable hotfix releases that improve the overall performance, stability, and functionality of Jellyfin.
Full changelogs for Jellyfin releases can be found here: https://github.com/jellyfin/jellyfin/releases
torOnly: false torOnly: false
permissions: permissions:
- STORAGE_DOWNLOADS - STORAGE_DOWNLOADS

Loading…
Cancel
Save