Jellyfin (#19)

jellyfin 10.4.1 (linuxserver/jellyfin:v10.4.1-ls24)
This commit is contained in:
Arne Petersen
2019-11-16 23:18:56 +01:00
committed by GitHub
parent ee2fa3ae95
commit 0317817891
8 changed files with 136 additions and 0 deletions

41
jellyfin/config.json Normal file
View File

@@ -0,0 +1,41 @@
{
"name": "jellyfin",
"version": "0.1.0",
"slug": "jellyfin",
"legacy": true,
"maintenance": {
"github_release": "https://github.com/linuxserver/docker-jellyfin",
"version_regex": "v(\\d+\\.\\d+\\.\\d+)-(ls\\d+)"
},
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"url": "https://github.com/petersendev/hassio-addons/jellyfin",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf"
],
"ports": {
"8096/tcp": 8096
},
"ports_description": {
"8096/tcp": "web interface"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:8096]",
"boot": "auto",
"options": {
"PUID": 1001,
"PGID": 1001
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?"
},
"image": "petersendev/hassio-jellyfin-{arch}"
}