Updated Jellyfin
This commit is contained in:
parent
c26a638f02
commit
f046de8cc5
|
|
@ -1,7 +1,7 @@
|
||||||
captainVersion: 4
|
captainVersion: 4
|
||||||
services:
|
services:
|
||||||
$$cap_appname:
|
$$cap_appname:
|
||||||
image: ghcr.io/linuxserver/jellyfin
|
image: ghcr.io/linuxserver/jellyfin:$$cap_jf_version
|
||||||
environment:
|
environment:
|
||||||
PUID: $$cap_puid
|
PUID: $$cap_puid
|
||||||
PGID: $$cap_pgid
|
PGID: $$cap_pgid
|
||||||
|
|
@ -16,6 +16,11 @@ services:
|
||||||
- 1900:1900
|
- 1900:1900
|
||||||
caproverOneClickApp:
|
caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
|
- id: $$cap_jf_version
|
||||||
|
label: Jellyfin Version
|
||||||
|
defaultValue: '10.7.7'
|
||||||
|
description: Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/jellyfin/tags
|
||||||
|
validRegex: /^([^\s^\/])+$/
|
||||||
- id: '$$cap_puid'
|
- id: '$$cap_puid'
|
||||||
label: Jellyfin UserID
|
label: Jellyfin UserID
|
||||||
defaultValue: 1000
|
defaultValue: 1000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue