mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-23 09:11:50 +02:00
Adapt to codenotary
This commit is contained in:
@@ -5,6 +5,3 @@ build_from:
|
||||
armv7: ghcr.io/hassio-addons/debian-base/armv7:stable
|
||||
codenotary:
|
||||
signer: alexandrep.github@gmail.com
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user