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

@@ -5,6 +5,3 @@ build_from:
armv7: ghcr.io/hassio-addons/debian-base/armv7:stable
codenotary:
signer: alexandrep.github@gmail.com

View File

@@ -1,16 +1,10 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"arch": ["aarch64", "amd64", "armv7"],
"description": "Open source password management solution",
"init": false,
"map": [
"ssl"
],
"map": ["ssl"],
"name": "Vaultwarden (Bitwarden)",
"options": {
"certfile": "fullchain.pem",
@@ -34,6 +28,7 @@
"startup": "services",
"upstream": "1.24.0",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bitwarden",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.24.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]"
}