mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Adapt to codenotary
This commit is contained in:
@@ -3,5 +3,8 @@
|
||||
"aarch64": "ghcr.io/benbusby/whoogle-search:latest",
|
||||
"amd64": "ghcr.io/benbusby/whoogle-search:latest",
|
||||
"armv7": "ghcr.io/benbusby/whoogle-search:latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,17 +1,11 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Self-hosted, ad-free, privacy-respecting metasearch engine",
|
||||
"devices": [],
|
||||
"environment": {},
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw"],
|
||||
"name": "Whoogle Search",
|
||||
"options": {
|
||||
"TZ": "Europe/Amsterdam",
|
||||
@@ -60,6 +54,7 @@
|
||||
"slug": "whoogle-search",
|
||||
"upstream": "0.7.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.7.1-2",
|
||||
"webui": "http://[HOST]:[PORT:5000]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user