Updater bot : bitwarden updated to 1.24.0

This commit is contained in:
alexbelgium
2022-01-31 09:38:28 +01:00
parent 721bfd6d13
commit 53e92d2665
3 changed files with 14 additions and 5 deletions

View File

@@ -1,9 +1,15 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"description": "Open source password management solution",
"init": false,
"map": ["ssl"],
"map": [
"ssl"
],
"name": "Vaultwarden (Bitwarden)",
"options": {
"ssl": true,
@@ -25,8 +31,8 @@
},
"slug": "bitwarden",
"startup": "services",
"upstream": "1.23.1",
"upstream": "1.24.0",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bitwarden",
"version": "1.23.1",
"version": "1.24.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]"
}