From e7a514fdb588cc4887ac68b852a67e2b56d83b3b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 24 Jul 2023 18:58:05 +0200 Subject: [PATCH] Update config.json --- webtop_kde/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/webtop_kde/config.json b/webtop_kde/config.json index b461de714..13d1cf84c 100644 --- a/webtop_kde/config.json +++ b/webtop_kde/config.json @@ -94,10 +94,12 @@ }, "panel_icon": "mdi:monitor", "ports": { - "3000/tcp": null + "3000/tcp": null, + "3001/tcp": null }, "ports_description": { - "3000/tcp": "Web interface" + "3000/tcp": "Web interface", + "3001/tcp": "https web interface" }, "privileged": [ "SYS_ADMIN", @@ -128,4 +130,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "5.24.5-test6", "video": true -} \ No newline at end of file +}