From 1303dd5c033359e00127d908dccd9f0039fc434f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:16:45 +0100 Subject: [PATCH] Single port for http and https https://github.com/alexbelgium/hassio-addons/issues/1197#issuecomment-1905554907 --- mealie/config.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/mealie/config.json b/mealie/config.json index b9caa4f19..5a209a85a 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -89,12 +89,10 @@ }, "panel_icon": "mdi:silverware-fork-knife", "ports": { - "9000/tcp": 9090, - "9001/tcp": 9091 + "9001/tcp": 9090 }, "ports_description": { - "9000/tcp": "Web interface", - "9001/tcp": "Ssl web interface" + "9001/tcp": "Web interface" }, "schema": { "ALLOW_SIGNUP": "bool", @@ -108,6 +106,6 @@ "slug": "mealie", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v1.0.0-3", - "webui": "[PROTO:ssl]://[HOST]:[PORT:9000]" + "version": "v1.0.0-4", + "webui": "[PROTO:ssl]://[HOST]:[PORT:9001]" }