From bf50e58b1a4d5e5f1afa819fd3eba16f4d3dc4d7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 20 Sep 2021 10:30:27 +0200 Subject: [PATCH] Update config.json --- mealie/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mealie/config.json b/mealie/config.json index 7dba00430..3e55cc4bc 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -5,7 +5,7 @@ "slug": "mealie", "description": "Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family", "url": "https://github.com/alexbelgium/hassio-addons", - "webui": "http://[HOST]:[PORT:9925]", + "webui": "[PROTO:ssl]://[HOST]:[PORT:9925]", "startup": "services", "boot": "auto", "ingress": false, @@ -24,7 +24,7 @@ "DB_ENGINE": "sqlite" }, "options": {}, - "schema": {}, + "schema": {"ssl": "bool"}, "arch": [ "aarch64", "amd64",