Added Emby app

This commit is contained in:
nashosted 2020-06-08 14:28:28 -04:00
parent 04a0ec7bf8
commit 9a492d0823
1 changed files with 51 additions and 0 deletions

View File

@ -51,6 +51,57 @@
} }
] ]
}, },
{
"type": 1,
"title": "Emby",
"name": "Emby",
"description": "Emby organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jellyfin.png",
"image": "linuxserver/emby:latest",
"categories": [
"Video",
"Music",
"Photos"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"8096:8096/tcp",
"8920:8920/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Emby"
},
{
"container": "/data/tvshows",
"bind": "/portainer/TV"
},
{
"container": "/data/movies",
"bind": "/portainer/Movies"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
},
{
"name": "TZ",
"label": "TZ"
}
]
},
{ {
"type": 1, "type": 1,
"title": "Jellyfin", "title": "Jellyfin",