mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-26 02:31:51 +02: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)
|
## 0.7.1 (03-01-2022)
|
||||||
|
|
||||||
- Breaking change
|
- Breaking change
|
||||||
|
|||||||
@@ -1,17 +1,23 @@
|
|||||||
{
|
{
|
||||||
"name": "Whoogle Search Test",
|
"name": "Whoogle Search Test",
|
||||||
"version": "0.7.1-2",
|
"version": "0.7.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/tree/master/whoogle",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle",
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7"
|
||||||
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"upstream": "0.7.0",
|
"upstream": "0.7.1",
|
||||||
"webui": "http://[HOST]:[PORT:5000]",
|
"webui": "http://[HOST]:[PORT:5000]",
|
||||||
"devices": [],
|
"devices": [],
|
||||||
"environment": {},
|
"environment": {},
|
||||||
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user