Updater bot : tandoor_recipes updated to 1.0.4

This commit is contained in:
alexbelgium
2022-01-12 22:02:27 +01:00
parent 223a4e402e
commit c4de2fe396
2 changed files with 19 additions and 6 deletions

View File

@@ -1 +1,4 @@
## 1.0.4 (12-01-2022)
- Update to latest version from TandoorRecipes/recipes
- Initial build

View File

@@ -1,12 +1,20 @@
{
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto",
"description": "recipe manager",
"environment": {
"DB_ENGINE": "django.db.backends.sqlite3",
"POSTGRES_DB": "/data/recipes.db"
},
"map": ["share:rw", "ssl:ro"],
},
"map": [
"share:rw",
"ssl:ro"
],
"name": "Tandoor recipes",
"options": {
"SECRET_KEY": "YOUR_SECRET_KEY",
@@ -19,7 +27,9 @@
"ports_description": {
"8080/tcp": "Web interface"
},
"services": ["mysql:want"],
"services": [
"mysql:want"
],
"schema": {
"SECRET_KEY": "str",
"DB_TYPE": "list(sqlite|postgresql_external|mariadb_addon)",
@@ -31,8 +41,8 @@
"POSTGRES_DB": "str?"
},
"slug": "tandoor_recipes",
"upstream": "1.9",
"upstream": "1.0.4",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.9",
"version": "1.0.4",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}