mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Updater bot : tandoor_recipes updated to 1.0.5
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
## 1.0.5 (24-01-2022)
|
||||
- Update to latest version from TandoorRecipes/recipes
|
||||
## 1.0.4.1 (18-01-2022)
|
||||
|
||||
- Update to latest version from TandoorRecipes/recipes
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"description": "recipe manager",
|
||||
"environment": {
|
||||
@@ -7,7 +11,9 @@
|
||||
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db",
|
||||
"DEBUG": "0"
|
||||
},
|
||||
"map": ["config:rw"],
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Tandoor recipes",
|
||||
"options": {
|
||||
"SECRET_KEY": "YOUR_SECRET_KEY",
|
||||
@@ -20,7 +26,9 @@
|
||||
"ports_description": {
|
||||
"8080/tcp": "Web interface"
|
||||
},
|
||||
"services": ["mysql:want"],
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"schema": {
|
||||
"SECRET_KEY": "str",
|
||||
"DB_TYPE": "list(sqlite|postgresql_external)",
|
||||
@@ -32,8 +40,8 @@
|
||||
"POSTGRES_DB": "str?"
|
||||
},
|
||||
"slug": "tandoor_recipes",
|
||||
"upstream": "1.0.4.1",
|
||||
"upstream": "1.0.5",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "1.0.4.1",
|
||||
"version": "1.0.5",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user