- Added watchdog feature

This commit is contained in:
Alexandre
2021-10-11 19:29:47 +02:00
committed by GitHub
parent 6ad072e719
commit 9cd31dcb7f

View File

@@ -1,58 +1,71 @@
{ {
"name": "Jellyfin NAS", "apparmor": "true",
"version": "10.7.7-1-ls130-2", "arch": [
"upstream": "10.7.7-1-ls130", "aarch64",
"slug": "jellyfin", "amd64",
"description": "A Free Software Media System that puts you in control of managing and streaming your media.", "armv7",
"url": "https://github.com/alexbelgium/hassio-addons", "armhf"
"startup": "services", ],
"arch": [ "boot": "auto",
"aarch64", "description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"amd64", "devices": [
"armv7", "/dev/ttyUSB0",
"armhf" "/dev/sda1",
], "/dev/sdb1",
"ports": { "/dev/sdc1",
"8096/tcp": 8096, "/dev/sdd1",
"8920/tcp": 8920, "/dev/sde1",
"7359/udp": null, "/dev/sdf1",
"1900/udp": null "/dev/sdg1",
}, "/dev/sda2",
"ports_description": { "/dev/sdb2",
"8096/tcp": "web interface", "/dev/sdc2",
"8920/tcp": "https web interface (optional)", "/dev/sdd2",
"7359/udp": "udp server discover (optional)", "/dev/sde2",
"1900/udp": "dlna (optional)" "/dev/sdf2",
}, "/dev/sdg2"
"map": [ ],
"config:rw", "map": [
"share:rw", "config:rw",
"media:rw", "share:rw",
"ssl" "media:rw",
], "ssl"
"webui": "http://[HOST]:[PORT:8096]", ],
"boot": "auto", "name": "Jellyfin NAS",
"apparmor": "true", "options": {
"privileged": [ "PUID": 0,
"SYS_ADMIN", "PGID": 0
"DAC_READ_SEARCH" },
], "ports": {
"devices": [ "8096/tcp": 8096,
"/dev/ttyUSB0", "8920/tcp": 8920,
"/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "7359/udp": null,
"/dev/sda2", "/dev/sdb2", "/dev/sdc2", "/dev/sdd2", "/dev/sde2", "/dev/sdf2", "/dev/sdg2" "1900/udp": null
], },
"options": { "ports_description": {
"PUID": 0, "8096/tcp": "web interface",
"PGID": 0 "8920/tcp": "https web interface (optional)",
}, "7359/udp": "udp server discover (optional)",
"schema": { "1900/udp": "dlna (optional)"
"PUID": "int", },
"PGID": "int", "privileged": [
"TZ": "str?", "SYS_ADMIN",
"networkdisks": "str?", "DAC_READ_SEARCH"
"cifsusername": "str?", ],
"cifspassword": "str?", "schema": {
"smbv1": "bool?" "PUID": "int",
} "PGID": "int",
"TZ": "str?",
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool?"
},
"slug": "jellyfin",
"startup": "services",
"upstream": "10.7.7-1-ls130",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "10.7.7-1-ls130-2",
"watchdog": "http://[HOST]:[PORT:8096]",
"webui": "http://[HOST]:[PORT:8096]"
} }