From 3656995172fdb1cbf8020e66d8eb333229258c52 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 10 Sep 2025 14:19:28 +0200 Subject: [PATCH] Use root as nginx user https://github.com/alexbelgium/hassio-addons/issues/1998 --- 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 9aef208c5..bb837a9d6 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -83,7 +83,7 @@ ], "name": "Tandoor recipes", "options": { - "ALLOWED_HOSTS": "", + "ALLOWED_HOSTS": "*", "DB_TYPE": "sqlite", "DEBUG": "0", "SECRET_KEY": "YOUR_SECRET_KEY", @@ -119,6 +119,6 @@ "slug": "tandoor_recipes", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.1.0-2", + "version": "2.1.0-3", "webui": "http://[HOST]:[PORT:80]" }