Update Jellyfin service configuration to use version placeholder and add version metadata to template #24

Merged
gyurix merged 1 commits from dev into main 2025-08-25 08:45:06 +00:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit f4f66398de - Show all commits

View File

@@ -29,7 +29,7 @@
"POST_START": "null"
},
{
"IMAGE": "jellyfin/jellyfin:latest",
"IMAGE": "jellyfin/jellyfin:#VERSION",
"UPDATE": "true",
"NAME": "jellyfin",
"NETWORK": "host",

View File

@@ -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"
}
]
}