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...)
## 0.7.1 (03-01-2022)
- Breaking change

View File

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

View File

@@ -6,6 +6,7 @@
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle",
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"image": "ghcr.io/alexbelgium/whoogle-{arch}",
"boot": "auto",
"upstream": "0.7.0",
"webui": "http://[HOST]:[PORT:5000]",
@@ -13,7 +14,7 @@
"environment": {},
"map": ["config:rw"],
"options": {
"TZ":"Europe/Amsterdam",
"TZ": "Europe/Amsterdam",
"WHOOGLE_CONFIG_URL": "https://website.com",
"WHOOGLE_CONFIG_LANGUAGE": "lang_en"
},