mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 07:40:52 +02:00
Sorted json
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Open source password management solution",
|
||||
"init": false,
|
||||
"map": ["ssl"],
|
||||
"map": [
|
||||
"ssl"
|
||||
],
|
||||
"name": "Vaultwarden (Bitwarden)",
|
||||
"options": {
|
||||
"certfile": "fullchain.pem",
|
||||
@@ -28,7 +34,6 @@
|
||||
"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