feat(vaultwarden): add SMTP password handling and update email configurations

This commit is contained in:
2026-05-30 23:48:41 +02:00
parent ec740f458f
commit bb8b14dcca
3 changed files with 26 additions and 4 deletions
+1
View File
@@ -116,6 +116,7 @@ module "vaultwarden" {
smtp_from = local.vaultwarden_smtp_from
smtp_from_name = local.vaultwarden_smtp_from_name
smtp_username = local.vaultwarden_smtp_username
smtp_password = local.vaultwarden_smtp_password
# We temporarily enable signup to create the first admin user, then we will disable it and rotate the admin token
# signup_enabled = true