From bda3d7b4953db93aa2242fe84bffc2e984cee99a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:10:23 +0100 Subject: [PATCH] Update config.json --- comixed/config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/comixed/config.json b/comixed/config.json index 8738cdbe3..1b8669a46 100644 --- a/comixed/config.json +++ b/comixed/config.json @@ -60,8 +60,6 @@ "hassio_api": true, "homeassistant_api": true, "image": "ghcr.io/alexbelgium/comixed-{arch}", - "ingress": true, - "ingress_stream": true, "map": [ "addon_config:rw", "media:rw", @@ -90,5 +88,6 @@ "slug": "comixed", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.1" + "version": "1.1", + "webui": "[PROTO:ssl]://[HOST]:[PORT:7171]" }