Automatic builds

This commit is contained in:
Alexandre
2022-01-18 16:40:24 +01:00
parent 470c58d15a
commit d9fab47244
158 changed files with 582 additions and 861 deletions

View File

@@ -1,3 +1,4 @@
- Automatic builds (reduced size, local wear, install duration...)
## 1.0.4.1 (18-01-2022)
- Update to latest version from TandoorRecipes/recipes

View File

@@ -1,13 +1,13 @@
#============================#
# ALEXBELGIUM'S DOCKERFILE #
#============================#
#           _.------.
#       _.-`    ('>.-`"""-.
# '.--'`       _'`   _ .--.)
#    -'         '-.-';`   `
#    ' -      _.'  ``'--. 
#        '---`    .-'""`
#               /`
# _.------.
# _.-` ('>.-`"""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'""`
# /`
#=== Home Assistant Addon ===#
#################

View File

@@ -1,10 +1,5 @@
{
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "recipe manager",
"environment": {
@@ -12,9 +7,8 @@
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db",
"DEBUG": "0"
},
"map": [
"config:rw"
],
"map": ["config:rw"],
"image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}",
"name": "Tandoor recipes",
"options": {
"SECRET_KEY": "YOUR_SECRET_KEY",
@@ -27,9 +21,7 @@
"ports_description": {
"8080/tcp": "Web interface"
},
"services": [
"mysql:want"
],
"services": ["mysql:want"],
"schema": {
"SECRET_KEY": "str",
"DB_TYPE": "list(sqlite|postgresql_external)",