vaultwarden update
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "vaultwarden",
|
"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": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"description": "VaultWarden admin key:",
|
"description": "Admin key:",
|
||||||
"key": "ADMIN_TOKEN",
|
"key": "ADMIN_TOKEN",
|
||||||
"value": "",
|
"value": "",
|
||||||
"required": "true"
|
"required": "true"
|
||||||
@@ -36,13 +37,13 @@
|
|||||||
"generated": "random|sha256|20"
|
"generated": "random|sha256|20"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Your VaultWarden domain:",
|
"description": "Domain:",
|
||||||
"key": "DOMAIN",
|
"key": "DOMAIN",
|
||||||
"value": "",
|
"value": "",
|
||||||
"required": "true"
|
"required": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Choose 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",
|
||||||
@@ -66,7 +67,7 @@
|
|||||||
"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"
|
||||||
@@ -82,7 +83,7 @@
|
|||||||
"value": ""
|
"value": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Domains Whitelist:",
|
"description": "Domains whitelist:",
|
||||||
"key": "SIGNUPS_DOMAINS_WHITELIST",
|
"key": "SIGNUPS_DOMAINS_WHITELIST",
|
||||||
"value": "",
|
"value": "",
|
||||||
"required": "true"
|
"required": "true"
|
||||||
|
Reference in New Issue
Block a user