From a5141e60be3c388f9652661d7c4bc0941a4f88b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 22:07:59 +0000 Subject: [PATCH 1/2] chore(deps): update lscr.io/linuxserver/jellyfin docker tag to v10.8.5 --- apps/jellyfin/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/jellyfin/docker-compose.yml b/apps/jellyfin/docker-compose.yml index 1642e0c1..be663a19 100644 --- a/apps/jellyfin/docker-compose.yml +++ b/apps/jellyfin/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: jellyfin: - image: lscr.io/linuxserver/jellyfin:10.8.4 + image: lscr.io/linuxserver/jellyfin:10.8.5 container_name: jellyfin volumes: - ${APP_DATA_DIR}/data/config:/config From f9435dfdc940c01c2cdad2bcabfb8ec092af718d Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 13 Oct 2022 22:08:10 +0000 Subject: [PATCH 2/2] Update app version --- apps/jellyfin/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/jellyfin/config.json b/apps/jellyfin/config.json index 14383337..195d0b91 100644 --- a/apps/jellyfin/config.json +++ b/apps/jellyfin/config.json @@ -5,9 +5,11 @@ "exposable": true, "port": 8091, "id": "jellyfin", - "tipi_version": 2, - "version": "10.8.4", - "categories": ["media"], + "tipi_version": 3, + "version": "10.8.5", + "categories": [ + "media" + ], "description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it. We welcome anyone who is interested in joining us in our quest!", "short_desc": "A media server for your home collection", "author": "jellyfin.org",