From a19f35bc8e373637f59fc61e75fcb4d9ad244df1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 20 Dec 2022 22:15:42 +0100 Subject: [PATCH] Disable ingress https://github.com/alexbelgium/hassio-addons/issues/484#issuecomment-1360055639 --- tandoor_recipes/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index 063bdc4c3..0609493d1 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -8,12 +8,12 @@ "description": "recipe manager", "environment": { "DB_ENGINE": "django.db.backends.sqlite3", - "DEBUG": "0", + "DEBUG": "1", + "DISABLE_INGRESS": "true", "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db", "TRUSTED_PROXIES": "**" }, "image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}", - "ingress": true, "map": [ "config:rw" ], @@ -46,5 +46,5 @@ ], "slug": "tandoor_recipes", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.4.5-4test" + "version": "1.4.5-5" }