vaultwarden update
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"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": "VaultWarden admin key:",
|
||||
"description": "Admin key:",
|
||||
"key": "ADMIN_TOKEN",
|
||||
"value": "",
|
||||
"required": "true"
|
||||
@@ -36,13 +37,13 @@
|
||||
"generated": "random|sha256|20"
|
||||
},
|
||||
{
|
||||
"description": "Your VaultWarden domain:",
|
||||
"description": "Domain:",
|
||||
"key": "DOMAIN",
|
||||
"value": "",
|
||||
"required": "true"
|
||||
},
|
||||
{
|
||||
"description": "Choose SMTP server:",
|
||||
"description": "SMTP server:",
|
||||
"key": "VAULTWARDEN_SMTP",
|
||||
"value": "1:gmail,2:microsoft outlook/hotmail,3:other",
|
||||
"required": "true",
|
||||
@@ -66,7 +67,7 @@
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"description": "SMTP from mail adress:",
|
||||
"description": "SMTP from Mail Adress:",
|
||||
"key": "VAULTWARDEN_SMTP_FROM",
|
||||
"value": "",
|
||||
"required": "true"
|
||||
@@ -82,7 +83,7 @@
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"description": "Domains Whitelist:",
|
||||
"description": "Domains whitelist:",
|
||||
"key": "SIGNUPS_DOMAINS_WHITELIST",
|
||||
"value": "",
|
||||
"required": "true"
|
||||
|
Reference in New Issue
Block a user