forked from nathPay/DAppNodePackage-bitwarden
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.schema.json
More file actions
17 lines (17 loc) · 857 Bytes
/
setup.schema.json
File metadata and controls
17 lines (17 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"description": "Bitwarden is a password manager. With this package you can keep your passwords safe in your server! \n You can download the chrome / brave / firefox extension for bitwarden.\n The following tutorial https://github.com/nathPay/ansible-letsencrypt give you the possibility to add a domain name to your bitwarden server and then access it externally.",
"type": "object",
"properties": {
"SIGNUPS_ALLOWED": {
"type": "string",
"title": "Do you want to enable new user registration?",
"default": "true",
"enum": ["false", "true"]
},
"bitwardenDataMountPoint": {
"type": "string",
"title": "Bitwarden data mountpoint",
"description": "Use this option if you want to store your password in a external drive."
}
}
}