From f4f66398debef33e26d70fa9fabf7968fe9d448a Mon Sep 17 00:00:00 2001 From: gyurix Date: Mon, 25 Aug 2025 10:44:18 +0200 Subject: [PATCH] Update Jellyfin service configuration to use version placeholder and add version metadata to template --- jellyfin/service-jellyfin.json | 2 +- jellyfin/template.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/jellyfin/service-jellyfin.json b/jellyfin/service-jellyfin.json index 1a8133c..62a8958 100644 --- a/jellyfin/service-jellyfin.json +++ b/jellyfin/service-jellyfin.json @@ -29,7 +29,7 @@ "POST_START": "null" }, { - "IMAGE": "jellyfin/jellyfin:latest", + "IMAGE": "jellyfin/jellyfin:#VERSION", "UPDATE": "true", "NAME": "jellyfin", "NETWORK": "host", diff --git a/jellyfin/template.json b/jellyfin/template.json index c8648f1..3704c0d 100644 --- a/jellyfin/template.json +++ b/jellyfin/template.json @@ -9,6 +9,13 @@ "description": "Domain", "key": "DOMAIN", "value": "" + }, + { + "description": "Version", + "key": "VERSION", + "value": "2025081105", + "info": "Latest stable official version at the time of template creation.", + "advanced": "true" } ] } \ No newline at end of file