new version

This commit is contained in:
Bruvv
2022-01-01 12:09:30 +01:00
parent e79408bf13
commit 97a2e863e5
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "Whoogle Search Test", "name": "Whoogle Search Test",
"version": "0.7.1", "version": "0.7.1.1",
"slug": "whoogle-search", "slug": "whoogle-search",
"description": "Self-hosted, ad-free, privacy-respecting metasearch engine", "description": "Self-hosted, ad-free, privacy-respecting metasearch engine",
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/whoogle/Readme.md", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/whoogle/Readme.md",
@@ -16,7 +16,8 @@
"map": ["config:rw"], "map": ["config:rw"],
"options": { "options": {
"TZ":"Europe/Amsterdam", "TZ":"Europe/Amsterdam",
"WHOOGLE_CONFIG_URL": "https://website.com" "WHOOGLE_CONFIG_URL": "https://website.com",
"WHOOGLE_CONFIG_LANGUAGE": "lang_en"
}, },
"ports": { "ports": {
"5000/tcp": 5000 "5000/tcp": 5000

View File

@@ -1,4 +1,5 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# shellcheck shell=bash
################## ##################
# INITIALIZATION # # INITIALIZATION #