changed vaultwarden and common secret file path
This commit is contained in:
@@ -116,6 +116,9 @@
|
||||
"VAULTWARDEN_SMTP_USERNAME": "#VAULTWARDEN_SMTP_USERNAME"
|
||||
}
|
||||
],
|
||||
"ENV_FILES": [
|
||||
"/etc/user/config/services/vaultwarden-secret.json"
|
||||
],
|
||||
"EXTRA": "--restart unless-stopped",
|
||||
"DEPEND": [],
|
||||
"START_ON_BOOT": "false",
|
||||
|
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"name": "vaultwarden",
|
||||
"fields": [
|
||||
{
|
||||
"description": "Please add your very secret VaultWarden admin key (please use any token generator or add minimum 12 character long random string):",
|
||||
"key": "VAULTWARDEN_ADMIN_TOKEN",
|
||||
"value": "",
|
||||
"required": "true"
|
||||
},
|
||||
{
|
||||
"description": "MYSQL database name",
|
||||
"key": "DB_MYSQL",
|
||||
|
Reference in New Issue
Block a user