diff --git a/thelounge/config.json b/thelounge/config.json index b1cf02a..11e7b43 100644 --- a/thelounge/config.json +++ b/thelounge/config.json @@ -4,6 +4,7 @@ "slug": "thelounge", "description": "A self-hosted web IRC client", "url": "https://github.com/hassio-addons/addon-thelounge", + "webui": "[PROTO:ssl]://[HOST]:[PORT:80]", "startup": "application", "arch": [ "aarch64", @@ -18,6 +19,8 @@ "homeassistant": "0.91.4", "homeassistant_api": true, "ingress": true, + "ingress_port": 1337, + "panel_icon": "mdi:chat", "ports": { "80/tcp": null },