91 lines
3.0 KiB
JSON
91 lines
3.0 KiB
JSON
{
|
|
"name": "vaultwarden",
|
|
"fields": [
|
|
{
|
|
"description": "Please add your very secret VaultWarden admin key (please use any token generator or add minimum 12 character long random string): (required)",
|
|
"key": "ADMIN_TOKEN",
|
|
"value": "",
|
|
"required": "true"
|
|
},
|
|
{
|
|
"description": "MYSQL database name",
|
|
"key": "MARIADB_DATABASE",
|
|
"value": "",
|
|
"required": "true",
|
|
"generated": ""
|
|
},
|
|
{
|
|
"description": "MYSQL username",
|
|
"key": "MARIADB_USER",
|
|
"value": "",
|
|
"required": "true",
|
|
"generated": "time|md5|8"
|
|
},
|
|
{
|
|
"description": "MYSQL password for user",
|
|
"key": "MARIADB_PASSWORD",
|
|
"value": "",
|
|
"required": "true",
|
|
"generated": "random|md5|12"
|
|
},
|
|
{
|
|
"description": "MYSQL root user password",
|
|
"key": "MARIADB_ROOT_PASSWORD",
|
|
"value": "",
|
|
"required": "true",
|
|
"generated": "random|sha256|20"
|
|
},
|
|
{
|
|
"description": "Please add VaultWarden domain:",
|
|
"key": "VAULTWARDEN_DOMAIN",
|
|
"value": "",
|
|
"required": "true"
|
|
},
|
|
{
|
|
"description": "Please choose an SMTP server:",
|
|
"key": "VAULTWARDEN_SMTP",
|
|
"value": "1:gmail,2:microsoft outlook/hotmail,3:other",
|
|
"required": "true",
|
|
"type": "select"
|
|
},
|
|
{
|
|
"description": "Please add SMTP hostname (not needed if use global smtp server. In this case keep default and do not fill any other smtp questions):",
|
|
"key": "VAULTWARDEN_SMTP_HOST",
|
|
"value": "smtp",
|
|
"required": "true"
|
|
},
|
|
{
|
|
"description": "Please add SMTP PORT (587, 465, 25, etc.) (optional, used 25 if keep empty):",
|
|
"key": "VAULTWARDEN_SMTP_PORT",
|
|
"value": "25",
|
|
"required": "true"
|
|
},
|
|
{
|
|
"description": "Please add SMTP SECURITY (starttls, force_tls, off, etc. you can leave it empty also):",
|
|
"key": "VAULTWARDEN_SMTP_SECURITY",
|
|
"value": ""
|
|
},
|
|
{
|
|
"description": "Please add SMTP FROM (mail address from):",
|
|
"key": "VAULTWARDEN_SMTP_FROM",
|
|
"value": "",
|
|
"required": "true"
|
|
},
|
|
{
|
|
"description": "Please add SMTP USERNAME:",
|
|
"key": "VAULTWARDEN_SMTP_USERNAME",
|
|
"value": ""
|
|
},
|
|
{
|
|
"description": "Please add SMTP PASSWORD (you can leave it empty also):",
|
|
"key": "VAULTWARDEN_SMTP_PASSWORD",
|
|
"value": ""
|
|
},
|
|
{
|
|
"description": "Please add Domains Whitelist (list of domains separated with spaces):",
|
|
"key": "SIGNUPS_DOMAINS_WHITELIST",
|
|
"value": "",
|
|
"required": "true"
|
|
}
|
|
]
|
|
} |