leantime smtp transm vaultw template update

This commit is contained in:
2025-08-14 18:54:28 +02:00
parent a49f5baa13
commit d9c3d3f6c1
4 changed files with 32 additions and 31 deletions

View File

@@ -11,12 +11,6 @@
"value": "", "value": "",
"required": "true" "required": "true"
}, },
{
"description": "Deploy name",
"key": "LEANTIME_SITENAME",
"value": "LeanTime",
"advanced": "true"
},
{ {
"description": "Language", "description": "Language",
"key": "LEANTIME_LANG", "key": "LEANTIME_LANG",
@@ -27,6 +21,12 @@
"key": "LEANTIME_TZ", "key": "LEANTIME_TZ",
"value": "Europe/Budapest" "value": "Europe/Budapest"
}, },
{
"description": "Deploy name",
"key": "LEANTIME_SITENAME",
"value": "Leantime",
"advanced": "true"
},
{ {
"description": "Public login", "description": "Public login",
"key": "DISABLE_LOGIN", "key": "DISABLE_LOGIN",

File diff suppressed because one or more lines are too long

View File

@@ -43,7 +43,7 @@
"description": "Host whitelist", "description": "Host whitelist",
"key": "TRANSMISSION_HOST_WHITELIST", "key": "TRANSMISSION_HOST_WHITELIST",
"value": "", "value": "",
"advance": "true" "advanced": "true"
} }
] ]
} }

View File

@@ -77,7 +77,6 @@
"description": "SMTP from Mail Adress", "description": "SMTP from Mail Adress",
"key": "VAULTWARDEN_SMTP_FROM", "key": "VAULTWARDEN_SMTP_FROM",
"value": "", "value": "",
"required": "true",
"advanced": "true" "advanced": "true"
}, },
{ {
@@ -96,7 +95,6 @@
"description": "Domains whitelist", "description": "Domains whitelist",
"key": "SIGNUPS_DOMAINS_WHITELIST", "key": "SIGNUPS_DOMAINS_WHITELIST",
"value": "", "value": "",
"required": "true",
"advanced": "true" "advanced": "true"
} }
] ]