config: Add SMTP_FROM_NAME to Vaultwarden configuration
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user