mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-24 23:10:32 +02:00
Disable ingress
https://github.com/alexbelgium/hassio-addons/issues/484#issuecomment-1360055639
This commit is contained in:
@@ -8,12 +8,12 @@
|
|||||||
"description": "recipe manager",
|
"description": "recipe manager",
|
||||||
"environment": {
|
"environment": {
|
||||||
"DB_ENGINE": "django.db.backends.sqlite3",
|
"DB_ENGINE": "django.db.backends.sqlite3",
|
||||||
"DEBUG": "0",
|
"DEBUG": "1",
|
||||||
|
"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": "**"
|
||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}",
|
"image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}",
|
||||||
"ingress": true,
|
|
||||||
"map": [
|
"map": [
|
||||||
"config:rw"
|
"config:rw"
|
||||||
],
|
],
|
||||||
@@ -46,5 +46,5 @@
|
|||||||
],
|
],
|
||||||
"slug": "tandoor_recipes",
|
"slug": "tandoor_recipes",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "1.4.5-4test"
|
"version": "1.4.5-5"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user