From 882c18803f44521de06efc9a3d6ed65c9ef52b2c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:36:34 +0200 Subject: [PATCH] Update config.json --- omada/config.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/omada/config.json b/omada/config.json index e4324b3de..102ca2999 100644 --- a/omada/config.json +++ b/omada/config.json @@ -67,12 +67,6 @@ "ssl:ro" ], "name": "Omada", - "options": { - "MANAGE_HTTPS_PORT": "8043", - "MANAGE_HTTP_PORT": "8088", - "PORTAL_HTTPS_PORT": "8843", - "PORTAL_HTTP_PORT": "8888" - }, "ports": { "29810/udp": 29810, "29811/tcp": 29811, @@ -95,14 +89,8 @@ "8843/tcp": "portal https", "8888/tcp": "portal http" }, - "schema": { - "MANAGE_HTTPS_PORT": "int", - "MANAGE_HTTP_PORT": "int", - "PORTAL_HTTPS_PORT": "int", - "PORTAL_HTTP_PORT": "int" - }, "slug": "omada", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "5.9-chromium-amd64-2023-06-05-2test", + "version": "5.9-chromium-amd64-2023-06-05-2test2", "webui": "http://[HOST]:[PORT:8088]" }