forked from alexbelgium/hassio-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
37 lines (37 loc) · 862 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "[email protected]",
"description": "Open source password management solution",
"image": "ghcr.io/alexbelgium/vaultwarden-{arch}",
"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",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bitwarden",
"version": "1.27.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]"
}