Updated Jellyfin
This commit is contained in:
parent
47dfe491b4
commit
c26a638f02
|
|
@ -9,8 +9,6 @@ services:
|
||||||
JELLYFIN_PublishedServerUrl: '$$cap_appname.$$cap_root_domain'
|
JELLYFIN_PublishedServerUrl: '$$cap_appname.$$cap_root_domain'
|
||||||
volumes:
|
volumes:
|
||||||
- $$cap_appname-config:/config
|
- $$cap_appname-config:/config
|
||||||
- $$cap_appname-tvshows:/data/tvshows
|
|
||||||
- $$cap_appname-movies:/data/movies
|
|
||||||
caproverExtra:
|
caproverExtra:
|
||||||
containerHttpPort: '8096'
|
containerHttpPort: '8096'
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -42,8 +40,13 @@ caproverOneClickApp:
|
||||||
|
|
||||||
PS. It might not work with RPi, or atleast, you wont be able to use OpenMax or V4L2 because Caprover ignores 'devices' parameters of docker-compose
|
PS. It might not work with RPi, or atleast, you wont be able to use OpenMax or V4L2 because Caprover ignores 'devices' parameters of docker-compose
|
||||||
end: |-
|
end: |-
|
||||||
Jellyfin has been successfully deployed! Please wait atleast 2-4 mins before trying to connect. To enable HTTPS, enable it inside app config from caprover dashboard. 'Enable HTTPS' setting inside of Jellyfin might not work.
|
Jellyfin has been successfully deployed! Please wait atleast 2-4 mins before trying to connect.
|
||||||
|
To enable HTTPS, enable it inside app config from caprover dashboard. 'Enable HTTPS' setting inside of Jellyfin might not work.
|
||||||
|
|
||||||
|
|
||||||
|
Make sure to add volume mapping for your movies and videos after installation finishes.
|
||||||
|
|
||||||
displayName: Jellyfin
|
displayName: Jellyfin
|
||||||
isOfficial: false
|
isOfficial: false
|
||||||
description: A free media streaming alternative to Plesk. Also supports group sync.
|
description: A free media streaming alternative to Plex. Also supports group sync.
|
||||||
documentation: See https://github.com/linuxserver/docker-jellyfin
|
documentation: See https://github.com/linuxserver/docker-jellyfin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue