Updater bot : tandoor_recipes updated to 1.0.4.1

This commit is contained in:
alexbelgium
2022-01-18 01:58:43 +01:00
parent 21688f1d1c
commit 3c51012b1a
2 changed files with 17 additions and 5 deletions

View File

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

View File

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