This commit is contained in:
Alexandre
2022-04-27 20:18:54 +02:00
committed by GitHub
parent 900b83427c
commit 7dda4fdbe3

View File

@@ -10,7 +10,6 @@
"*/transcoding-temp/", "*/transcoding-temp/",
"*/metadata/" "*/metadata/"
], ],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "A Free Software Media System that puts you in control of managing and streaming your media.", "description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"devices": [ "devices": [
@@ -60,7 +59,7 @@
], ],
"host_network": true, "host_network": true,
"ingress": true, "ingress": true,
"ingress_port": 8112, "ingress_port": 0,
"ingress_stream": true, "ingress_stream": true,
"map": [ "map": [
"config:rw", "config:rw",
@@ -105,9 +104,7 @@
}, },
"slug": "emby_nas", "slug": "emby_nas",
"startup": "services", "startup": "services",
"upstream": "4.7.0.36",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
"version": "4.7.0.36", "version": "4.7.0.36",
"video": true, "video": true
"webui": "http://[HOST]:[PORT:8096]"
} }