This commit is contained in:
Alexandre
2020-12-08 14:22:05 +01:00
parent da995dfbb8
commit cdd7b70131
20 changed files with 10 additions and 484 deletions

View File

@@ -1,55 +0,0 @@
{
"name": "Jellyfin with smb and hdd",
"version": "2.0",
"slug": "jellyfin_nas",
"legacy": false,
"maintenance": {
"github_release": "https://github.com/linuxserver/docker-jellyfin",
"version_regex": "(\\d+\\.\\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/tree/master/jellyfin#readme",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": {
"8096/tcp": 8096,
"8920/tcp": null
},
"ports_description": {
"8096/tcp": "web interface",
"8920/tcp": "https web interface (optional)"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:8096]",
"boot": "auto",
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"full_access": true,
"options": {
"PUID": 1001,
"PGID": 1001,
"localdisks": "/dev/sdb1",
"networkdisks": "<//SERVER/SHARE>",
"cifsusername": "<username>",
"cifspassword": "<password>"
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?",
"localdisks": "str",
"networkdisks": "str",
"cifsusername": "str",
"cifspassword": "str"
}
}