vaultwarden fix

This commit is contained in:
2025-07-04 11:51:23 +02:00
parent 7361704458
commit ed4d0a4009

View File

@@ -3,7 +3,7 @@
"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.", "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": [ "fields": [
{ {
"description": "Admin key:", "description": "Admin key",
"key": "ADMIN_TOKEN", "key": "ADMIN_TOKEN",
"value": "", "value": "",
"required": "true" "required": "true"
@@ -37,53 +37,53 @@
"generated": "random|sha256|20" "generated": "random|sha256|20"
}, },
{ {
"description": "Domain:", "description": "Domain",
"key": "DOMAIN", "key": "DOMAIN",
"value": "", "value": "",
"required": "true" "required": "true"
}, },
{ {
"description": "SMTP server:", "description": "SMTP server",
"key": "VAULTWARDEN_SMTP", "key": "VAULTWARDEN_SMTP",
"value": "1:gmail,2:microsoft outlook/hotmail,3:other", "value": "1:gmail,2:microsoft outlook/hotmail,3:other",
"required": "true", "required": "true",
"type": "select" "type": "select"
}, },
{ {
"description": "SMTP hostname:", "description": "SMTP hostname",
"key": "VAULTWARDEN_SMTP_HOST", "key": "VAULTWARDEN_SMTP_HOST",
"value": "smtp", "value": "smtp",
"required": "true" "required": "true"
}, },
{ {
"description": "SMTP port:", "description": "SMTP port",
"key": "VAULTWARDEN_SMTP_PORT", "key": "VAULTWARDEN_SMTP_PORT",
"value": "25", "value": "25",
"required": "true" "required": "true"
}, },
{ {
"description": "SMTP security:", "description": "SMTP security",
"key": "VAULTWARDEN_SMTP_SECURITY", "key": "VAULTWARDEN_SMTP_SECURITY",
"value": "" "value": ""
}, },
{ {
"description": "SMTP from Mail Adress:", "description": "SMTP from Mail Adress",
"key": "VAULTWARDEN_SMTP_FROM", "key": "VAULTWARDEN_SMTP_FROM",
"value": "", "value": "",
"required": "true" "required": "true"
}, },
{ {
"description": "SMTP username:", "description": "SMTP username",
"key": "VAULTWARDEN_SMTP_USERNAME", "key": "VAULTWARDEN_SMTP_USERNAME",
"value": "" "value": ""
}, },
{ {
"description": "SMTP password:", "description": "SMTP password",
"key": "VAULTWARDEN_SMTP_PASSWORD", "key": "VAULTWARDEN_SMTP_PASSWORD",
"value": "" "value": ""
}, },
{ {
"description": "Domains whitelist:", "description": "Domains whitelist",
"key": "SIGNUPS_DOMAINS_WHITELIST", "key": "SIGNUPS_DOMAINS_WHITELIST",
"value": "", "value": "",
"required": "true" "required": "true"