Files
default-applications-tree/vaultwarden/template.json
2025-06-12 11:15:00 +02:00

91 lines
2.5 KiB
JSON

{
"name": "vaultwarden",
"fields": [
{
"description": "VaultWarden 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": "Your VaultWarden domain:",
"key": "DOMAIN",
"value": "",
"required": "true"
},
{
"description": "Choose 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"
}
]
}