92 lines
2.7 KiB
JSON
92 lines
2.7 KiB
JSON
{
|
|
"name": "vaultwarden",
|
|
"description": "Vaultwarden is a lightweight, unofficial, and open-source implementation of the Bitwarden password manager server, written in Rust. It provides a self-hosted alternative to the official Bitwarden service, allowing users to manage their passwords securely on their own servers.",
|
|
"fields": [
|
|
{
|
|
"description": "Admin key",
|
|
"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": "Domain",
|
|
"key": "DOMAIN",
|
|
"value": "",
|
|
"required": "true"
|
|
},
|
|
{
|
|
"description": "SMTP server",
|
|
"key": "VAULTWARDEN_SMTP",
|
|
"value": "1:gmail,2:microsoft outlook/hotmail,3:other",
|
|
"required": "true",
|
|
"type": "select"
|
|
},
|
|
{
|
|
"description": "SMTP hostname",
|
|
"key": "VAULTWARDEN_SMTP_HOST",
|
|
"value": "smtp",
|
|
"required": "true"
|
|
},
|
|
{
|
|
"description": "SMTP port",
|
|
"key": "VAULTWARDEN_SMTP_PORT",
|
|
"value": "25",
|
|
"required": "true"
|
|
},
|
|
{
|
|
"description": "SMTP security",
|
|
"key": "VAULTWARDEN_SMTP_SECURITY",
|
|
"value": ""
|
|
},
|
|
{
|
|
"description": "SMTP from Mail Adress",
|
|
"key": "VAULTWARDEN_SMTP_FROM",
|
|
"value": "",
|
|
"required": "true"
|
|
},
|
|
{
|
|
"description": "SMTP username",
|
|
"key": "VAULTWARDEN_SMTP_USERNAME",
|
|
"value": ""
|
|
},
|
|
{
|
|
"description": "SMTP password",
|
|
"key": "VAULTWARDEN_SMTP_PASSWORD",
|
|
"value": ""
|
|
},
|
|
{
|
|
"description": "Domains whitelist",
|
|
"key": "SIGNUPS_DOMAINS_WHITELIST",
|
|
"value": "",
|
|
"required": "true"
|
|
}
|
|
]
|
|
} |