changed vaultwarden and common secret file path

This commit is contained in:
gyurix
2024-11-03 13:51:23 +01:00
parent 0a4d989ed8
commit d94122a708
3 changed files with 10 additions and 1 deletions

View File

@@ -59,7 +59,7 @@
} }
], ],
"ENV_FILES": [ "ENV_FILES": [
"/etc/user/secret/smtp-server/smtp-secret.json" "/etc/user/config/services/smtp-secret.json"
], ],
"EXTRA": "null", "EXTRA": "null",
"DEPEND": "null", "DEPEND": "null",

View File

@@ -116,6 +116,9 @@
"VAULTWARDEN_SMTP_USERNAME": "#VAULTWARDEN_SMTP_USERNAME" "VAULTWARDEN_SMTP_USERNAME": "#VAULTWARDEN_SMTP_USERNAME"
} }
], ],
"ENV_FILES": [
"/etc/user/config/services/vaultwarden-secret.json"
],
"EXTRA": "--restart unless-stopped", "EXTRA": "--restart unless-stopped",
"DEPEND": [], "DEPEND": [],
"START_ON_BOOT": "false", "START_ON_BOOT": "false",

View File

@@ -1,6 +1,12 @@
{ {
"name": "vaultwarden", "name": "vaultwarden",
"fields": [ "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", "description": "MYSQL database name",
"key": "DB_MYSQL", "key": "DB_MYSQL",