From 8b0e894aa765e0f23d70f9488f904420a95651f9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 8 Jul 2022 08:09:54 +0200 Subject: [PATCH] Ingress removed --- tandoor_recipes/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index 13bdded18..51bee8bcd 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -11,7 +11,6 @@ "DEBUG": "0", "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db" }, - "ingress": true, "map": [ "config:rw" ], @@ -43,5 +42,6 @@ ], "slug": "tandoor_recipes", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.2.7-test2" + "version": "1.2.7", + "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" }