From 52834a050132627af3e49fe018b643f8f2af5fc5 Mon Sep 17 00:00:00 2001 From: Timmo Date: Tue, 30 Apr 2019 14:11:23 +0100 Subject: [PATCH] :hammer: Add explicit config variables and add sidebar icon --- thelounge/config.json | 3 +++ 1 file changed, 3 insertions(+) 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 },