mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Updater bot : whoogle updated to 0.7.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user