Update config.json

This commit is contained in:
Alexandre
2021-10-11 19:27:45 +02:00
committed by GitHub
parent 0b9a80c59e
commit 6ad072e719

View File

@@ -1,83 +1,84 @@
{ {
"name": "Emby NAS", "apparmor": "true",
"version": "4.7.0.13", "arch": [
"upstream": "4.7.0.13", "aarch64",
"slug": "emby_nas", "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": [ "backup_exclude": [
"aarch64", "*/cache/",
"amd64", "*/logs/",
"armv7", "*/transcoding-temp/",
"armhf" "*/metadata/"
], ],
"ports": { "boot": "auto",
"8096/tcp": 8096, "description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"8920/tcp": null, "devices": [
"7359/udp": null, "/dev/dri",
"1900/udp": null "/dev/vchiq",
}, "/dev/video10",
"ports_description": { "/dev/video11",
"8096/tcp": "web interface", "/dev/video12",
"8920/tcp": "https web interface (optional)", "/dev/sda1",
"7359/udp": "udp server discover (optional)", "/dev/sdb1",
"1900/udp": "dlna (optional)" "/dev/sdc1",
}, "/dev/sdd1",
"map": [ "/dev/sde1",
"config:rw", "/dev/sdf1",
"share:rw", "/dev/sdg1",
"media:rw", "/dev/sda2",
"ssl" "/dev/sdb2",
], "/dev/sdc2",
"webui": "http://[HOST]:[PORT:8096]", "/dev/sdd2",
"boot": "auto", "/dev/sde2",
"apparmor": "true", "/dev/sdf2",
"privileged": [ "/dev/sdg2"
"SYS_ADMIN", ],
"DAC_READ_SEARCH" "map": [
], "config:rw",
"devices": [ "share:rw",
"/dev/dri", "media:rw",
"/dev/vchiq", "ssl"
"/dev/video10", ],
"/dev/video11", "name": "Emby NAS",
"/dev/video12", "options": {
"/dev/sda1", "PUID": 0,
"/dev/sdb1", "PGID": 0,
"/dev/sdc1", "silent": true
"/dev/sdd1", },
"/dev/sde1", "ports": {
"/dev/sdf1", "8096/tcp": 8096,
"/dev/sdg1", "8920/tcp": null,
"/dev/sda2", "7359/udp": null,
"/dev/sdb2", "1900/udp": null
"/dev/sdc2", },
"/dev/sdd2", "ports_description": {
"/dev/sde2", "8096/tcp": "web interface",
"/dev/sdf2", "8920/tcp": "https web interface (optional)",
"/dev/sdg2" "7359/udp": "udp server discover (optional)",
], "1900/udp": "dlna (optional)"
"backup_exclude": [ },
"*/cache/", "privileged": [
"*/logs/", "SYS_ADMIN",
"*/transcoding-temp/", "DAC_READ_SEARCH"
"*/metadata/" ],
], "schema": {
"options": { "PUID": "int",
"PUID": 0, "PGID": "int",
"PGID": 0, "TZ": "str?",
"silent": true "localdisks": "str?",
}, "networkdisks": "str?",
"schema": { "cifsusername": "str?",
"PUID": "int", "cifspassword": "str?",
"PGID": "int", "smbv1": "bool?",
"TZ": "str?", "silent": "bool?"
"localdisks": "str?", },
"networkdisks": "str?", "slug": "emby_nas",
"cifsusername": "str?", "startup": "services",
"cifspassword": "str?", "upstream": "4.7.0.13",
"smbv1": "bool?", "url": "https://github.com/alexbelgium/hassio-addons",
"silent": "bool?" "version": "4.7.0.13",
} "watchdog": "http://[HOST]:[PORT:8096]",
"webui": "http://[HOST]:[PORT:8096]"
} }