mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
35 lines
855 B
JSON
35 lines
855 B
JSON
{
|
|
"apparmor": true,
|
|
"arch": ["aarch64", "amd64", "armv7"],
|
|
|
|
"description": "Open source password management solution",
|
|
"init": false,
|
|
"map": ["ssl"],
|
|
"name": "Vaultwarden (Bitwarden)",
|
|
"options": {
|
|
"certfile": "fullchain.pem",
|
|
"keyfile": "privkey.pem",
|
|
"ssl": true
|
|
},
|
|
"ports": {
|
|
"7277/tcp": 7277
|
|
},
|
|
"ports_description": {
|
|
"7277/tcp": "Bitwarden Vault"
|
|
},
|
|
"schema": {
|
|
"certfile": "str",
|
|
"keyfile": "str",
|
|
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
|
"request_size_limit": "int?",
|
|
"ssl": "bool"
|
|
},
|
|
"slug": "bitwarden",
|
|
"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]"
|
|
}
|