Update config.json

https://github.com/alexbelgium/hassio-addons/issues/1207
This commit is contained in:
Alexandre
2024-01-29 21:23:52 +01:00
committed by GitHub
parent 1704c74eba
commit fea91d8950

View File

@@ -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]"
}