2023-02-28 00:15:03 +00:00
name : jellyfin
services :
2023-03-07 00:52:47 +00:00
jellyfin :
devices :
- /dev/dri:/dev/dri
- /dev/vcsm:/dev/vcsm
- /dev/vchiq:/dev/vchiq
- /dev/video10:/dev/video10
- /dev/video11:/dev/video11
- /dev/video12:/dev/video12
environment :
JELLYFIN_PublishedServerUrl : $APP_IPV4
PGID : $PGID
PUID : $PUID
TZ : $TZ
image : linuxserver/jellyfin:10.8.9
2023-03-07 18:15:13 +00:00
deploy :
resources :
reservations :
memory : "256M"
2023-03-07 00:52:47 +00:00
network_mode : bridge
ports :
- target : 8096
published : "8096"
protocol : tcp
- target : 8920
published : "8920"
protocol : tcp
- target : 7359
published : "7359"
protocol : tcp
- target : 1900
published : "1900"
protocol : tcp
restart : unless-stopped
volumes :
- type : bind
source : /DATA/AppData/$AppID/config
target : /config
- type : bind
source : /DATA/Media
target : /Media
- type : bind
source : /opt/vc/lib
target : /opt/vc/lib
x-casaos :
author : CasaOS Team
category : Media
container :
envs :
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : TZ
description :
en_US : TimeZone
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : PUID
description :
en_US : Run Jellyfin as specified uid.
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : PGID
description :
en_US : Run Jellyfin as specified gid.
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : JELLYFIN_PublishedServerUrl
description :
en_US : The autodiscovery response domain or IP address.
index : /
port_map : "8096"
2023-02-28 00:15:03 +00:00
ports :
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : "8096"
description :
en_US : WebUI HTTP Port
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : "8920"
description :
en_US : WebUI HTTPS Port
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : "7359"
description :
en_US : Jellyfin auto-discovery Port
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : "1900"
description :
en_US : Jellyfin DLNA Port
2023-03-09 00:45:48 +00:00
2023-02-28 00:15:03 +00:00
volumes :
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : /config
description :
en_US : Jellyfin config directory.
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : /Media
description :
en_US : Jellyfin Media directory.
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : /opt/vc/lib
2023-02-28 00:15:03 +00:00
description :
2023-03-07 00:52:47 +00:00
en_US : OpenMax libs
description :
en_US : Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
developer : Jellyfin
icon : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/icon.png
screenshot_link :
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-5.jpg
tagline :
en_US : Puts you in control of your media.
thumbnail : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/thumbnail.png
tips : {}
title :
en_US : Jellyfin
2023-02-28 00:15:03 +00:00
x-casaos :
2023-03-07 00:52:47 +00:00
architectures :
- amd64
- arm
- arm64
main_app : jellyfin