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