From 19edaae029b7ff205f236d81b2a7985c0cb3c20a Mon Sep 17 00:00:00 2001 From: Alexandre Date: Thu, 21 Jul 2022 15:00:44 +0200 Subject: [PATCH] webui --- epicgamesfree/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/epicgamesfree/config.json b/epicgamesfree/config.json index a1384ed2d..d98d5349a 100644 --- a/epicgamesfree/config.json +++ b/epicgamesfree/config.json @@ -12,12 +12,13 @@ ], "name": "Epic Games Free", "ports": { - "3000/tcp": null + "3000/tcp": 3001 }, "ports_description": { "3000/tcp": "web interface" }, "slug": "epicgamesfree", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.1.0" + "version": "4.1.0", + "webui": "http://[HOST]:[PORT:3000]" } \ No newline at end of file