mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-27 00:10:32 +02:00
Update config.json
https://github.com/alexbelgium/hassio-addons/issues/1207
This commit is contained in:
@@ -69,7 +69,8 @@
|
|||||||
"DB_ENGINE": "django.db.backends.sqlite3",
|
"DB_ENGINE": "django.db.backends.sqlite3",
|
||||||
"DISABLE_INGRESS": "true",
|
"DISABLE_INGRESS": "true",
|
||||||
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db",
|
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db",
|
||||||
"TRUSTED_PROXIES": "**"
|
"TRUSTED_PROXIES": "**",
|
||||||
|
"GUNICORN_MEDIA": "1"
|
||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}",
|
"image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}",
|
||||||
"map": [
|
"map": [
|
||||||
@@ -111,6 +112,6 @@
|
|||||||
"slug": "tandoor_recipes",
|
"slug": "tandoor_recipes",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "1.5.11-test2",
|
"version": "1.5.11-test3",
|
||||||
"webui": "http://[HOST]:[PORT:8080]"
|
"webui": "http://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user