Files
hassio-addons/bitwarden/config.json
2021-02-07 01:55:37 +01:00

31 lines
730 B
JSON

{
"name": "Bitwarden RS",
"version": "1.19.0",
"slug": "bitwarden",
"description": "Open source password management solution",
"url": "https://github.com/alexbelgium/hassio-addons",
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]",
"startup": "services",
"init": false,
"arch": ["aarch64", "amd64", "armv7"],
"ports": {
"7277/tcp": 7277
},
"ports_description": {
"7277/tcp": "Bitwarden Vault"
},
"map": ["ssl"],
"options": {
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"request_size_limit": "int?"
}
}