-
-
Notifications
You must be signed in to change notification settings - Fork 232
/
config.json
39 lines (39 loc) · 907 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
38
39
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "[email protected]",
"description": "Deprecated - please use community version",
"image": "ghcr.io/alexbelgium/vaultwarden-{arch}",
"init": false,
"map": [
"ssl"
],
"name": "zzz_archived - Vaultwarden",
"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",
"stage": "deprecated",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bitwarden",
"version": "1.32.7",
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]"
}