Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -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"
}
}

View File

@@ -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]"
}