Alexandre
2022-08-27 19:51:13 +02:00
parent b8802f05b7
commit 91a4026397
6 changed files with 42 additions and 72 deletions

View File

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