config: Add SMTP_FROM_NAME to Vaultwarden configuration

This commit is contained in:
2026-02-22 20:02:40 -05:00
parent 1d7df93a94
commit c5d557ba2d
3 changed files with 82 additions and 4 deletions

View File

@@ -5,18 +5,19 @@ TZ=America/Toronto
# Vaultwarden Configuration
# Replace with your actual NAS IP/domain and https
DOMAIN=https://vaultwarden.yourdomain.com
DOMAIN=https://vault.chengs.uk
# SECURITY: Enable signups to create your initial account, then set this to 'false' inside Portainer
SIGNUPS_ALLOWED=true
# Email Configuration (Optional)
SMTP_HOST=smtp.yourdomain.com
SMTP_HOST=smtp.gmail.com
SMTP_FROM=vaultwarden@yourdomain.com
SMTP_FROM_NAME=Vaultwarden Admin
SMTP_SECURITY=starttls
SMTP_PORT=587
SMTP_USERNAME=your_username
SMTP_PASSWORD=your_password
SMTP_USERNAME=jeffcheng.home@gmail.com
SMTP_PASSWORD=irlxlnvdpwxdhrex
# Admin Panel Token (Optional)
# IMPORTANT: Do not use plain text! Generate a secure hash by running this command via SSH on your NAS: