Updater bot : whoogle updated to 0.7.1

This commit is contained in:
alexbelgium
2022-01-27 01:58:57 +01:00
parent a1330406a9
commit 5dd73299b4
2 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 0.7.1 (27-01-2022)
- Update to latest version from benbusby/whoogle-search
## 0.7.1 (03-01-2022)
- Breaking change

View File

@@ -1,17 +1,23 @@
{
"name": "Whoogle Search Test",
"version": "0.7.1-2",
"version": "0.7.1",
"slug": "whoogle-search",
"description": "Self-hosted, ad-free, privacy-respecting metasearch engine",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle",
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"upstream": "0.7.0",
"upstream": "0.7.1",
"webui": "http://[HOST]:[PORT:5000]",
"devices": [],
"environment": {},
"map": ["config:rw"],
"map": [
"config:rw"
],
"options": {
"TZ": "Europe/Amsterdam",
"WHOOGLE_CONFIG_URL": "https://website.com",