mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-16 19:10:32 +02:00
Ingress addition
https://github.com/alexbelgium/hassio-addons/issues/388 https://github.com/TandoorRecipes/recipes/issues/354
This commit is contained in:
@@ -6,9 +6,10 @@
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "recipe manager",
|
||||
"ingress": true,
|
||||
"environment": {
|
||||
"DB_ENGINE": "django.db.backends.sqlite3",
|
||||
"DEBUG": "0",
|
||||
"DEBUG": "1",
|
||||
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db"
|
||||
},
|
||||
"map": [
|
||||
@@ -21,6 +22,7 @@
|
||||
"SECRET_KEY": "YOUR_SECRET_KEY"
|
||||
},
|
||||
"panel_icon": "mdi:silverware-fork-knife",
|
||||
"panel_title": "Tandoor Recipes",
|
||||
"ports": {
|
||||
"8080/tcp": 9928
|
||||
},
|
||||
@@ -42,6 +44,6 @@
|
||||
],
|
||||
"slug": "tandoor_recipes",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "1.3.3",
|
||||
"version": "1.3.3-v2",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user