53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"categories": [
|
|
"Video",
|
|
"Music",
|
|
"Photos"
|
|
],
|
|
"description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.",
|
|
"env": [
|
|
{
|
|
"default": "1000",
|
|
"label": "PUID",
|
|
"name": "PUID"
|
|
},
|
|
{
|
|
"default": "1000",
|
|
"label": "PGID",
|
|
"name": "PGID"
|
|
},
|
|
{
|
|
"default": "America/New_York",
|
|
"label": "TZ",
|
|
"name": "TZ"
|
|
}
|
|
],
|
|
"image_arm64": "linuxserver/jellyfin:latest",
|
|
"image_amd64": "linuxserver/jellyfin:latest",
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/jellyfin.png",
|
|
"name": "jellyfin",
|
|
"officialDoc": "https://docs.linuxserver.io/images/docker-jellyfin",
|
|
"platform": "linux",
|
|
"ports": [
|
|
"8096:8096/tcp",
|
|
"8920:8920/tcp"
|
|
],
|
|
"restart_policy": "unless-stopped",
|
|
"title": "Jellyfin",
|
|
"type": 1,
|
|
"volumes": [
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/Jellyfin",
|
|
"container": "/config"
|
|
},
|
|
{
|
|
"bind": "/portainer/TV",
|
|
"container": "/data/tvshows"
|
|
},
|
|
{
|
|
"bind": "/portainer/Movies",
|
|
"container": "/data/movies"
|
|
}
|
|
],
|
|
"webpage": "https://jellyfin.org/"
|
|
}
|