From fea91d8950b8b8d4850f6f2f8bc223a9308a2795 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 29 Jan 2024 21:23:52 +0100 Subject: [PATCH] Update config.json https://github.com/alexbelgium/hassio-addons/issues/1207 --- tandoor_recipes/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index f3fb31f73..9463316c3 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -69,7 +69,8 @@ "DB_ENGINE": "django.db.backends.sqlite3", "DISABLE_INGRESS": "true", "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db", - "TRUSTED_PROXIES": "**" + "TRUSTED_PROXIES": "**", + "GUNICORN_MEDIA": "1" }, "image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}", "map": [ @@ -111,6 +112,6 @@ "slug": "tandoor_recipes", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.5.11-test2", + "version": "1.5.11-test3", "webui": "http://[HOST]:[PORT:8080]" }