fix: codenotary sign

This commit is contained in:
Alexandre
2022-04-12 20:33:37 +02:00
parent a0b2abcb6f
commit 9a7f805345
9 changed files with 30 additions and 106 deletions

View File

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