2026-02-22 15:38:13 -05:00
|
|
|
# Synology Execution User
|
|
|
|
|
PUID=1044
|
|
|
|
|
PGID=65538
|
|
|
|
|
TZ=America/Toronto
|
|
|
|
|
|
|
|
|
|
# Vaultwarden Configuration
|
|
|
|
|
# Replace with your actual NAS IP/domain and https
|
2026-02-22 20:02:40 -05:00
|
|
|
DOMAIN=https://vault.chengs.uk
|
2026-02-22 15:38:13 -05:00
|
|
|
|
|
|
|
|
# SECURITY: Enable signups to create your initial account, then set this to 'false' inside Portainer
|
|
|
|
|
SIGNUPS_ALLOWED=true
|
|
|
|
|
|
|
|
|
|
# Email Configuration (Optional)
|
2026-02-22 20:02:40 -05:00
|
|
|
SMTP_HOST=smtp.gmail.com
|
2026-02-22 15:38:13 -05:00
|
|
|
SMTP_FROM=vaultwarden@yourdomain.com
|
2026-02-22 20:02:40 -05:00
|
|
|
SMTP_FROM_NAME=Vaultwarden Admin
|
2026-02-22 15:38:13 -05:00
|
|
|
SMTP_SECURITY=starttls
|
|
|
|
|
SMTP_PORT=587
|
2026-02-22 20:02:40 -05:00
|
|
|
SMTP_USERNAME=jeffcheng.home@gmail.com
|
|
|
|
|
SMTP_PASSWORD=irlxlnvdpwxdhrex
|
2026-02-22 15:38:13 -05:00
|
|
|
|
|
|
|
|
# Admin Panel Token (Optional)
|
2026-02-22 18:38:38 -05:00
|
|
|
# IMPORTANT: Do not use plain text! Generate a secure hash by running this command via SSH on your NAS:
|
|
|
|
|
# docker run --rm -it vaultwarden/server vaultwarden hash
|
|
|
|
|
# It will prompt for a password and output a hash. Paste the full hash below.
|
2026-02-22 15:38:13 -05:00
|
|
|
# Example:
|
|
|
|
|
# ADMIN_TOKEN=$$argon2id$$v=19...
|
|
|
|
|
ADMIN_TOKEN=your_generated_admin_token
|