Update Jellyfin service configuration to use version placeholder and add version metadata to template #24
| @@ -29,7 +29,7 @@ | |||||||
|             "POST_START": "null" |             "POST_START": "null" | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "IMAGE": "jellyfin/jellyfin:latest", |             "IMAGE": "jellyfin/jellyfin:#VERSION", | ||||||
|             "UPDATE": "true", |             "UPDATE": "true", | ||||||
|             "NAME": "jellyfin", |             "NAME": "jellyfin", | ||||||
|             "NETWORK": "host", |             "NETWORK": "host", | ||||||
|   | |||||||
| @@ -9,6 +9,13 @@ | |||||||
|             "description": "Domain", |             "description": "Domain", | ||||||
|             "key": "DOMAIN", |             "key": "DOMAIN", | ||||||
|             "value": "" |             "value": "" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "description": "Version", | ||||||
|  |             "key": "VERSION", | ||||||
|  |             "value": "2025081105", | ||||||
|  |             "info": "Latest stable official version at the time of template creation.", | ||||||
|  |             "advanced": "true" | ||||||
|         } |         } | ||||||
|     ] |     ] | ||||||
| } | } | ||||||
		Reference in New Issue
	
	Block a user