feat: Add Vaultwarden config and set PUID to 1044

This commit is contained in:
2026-02-22 15:38:13 -05:00
parent f379885c9c
commit 880cc24bde
5 changed files with 235 additions and 0 deletions

25
vaultwarden/stack.env Normal file
View File

@@ -0,0 +1,25 @@
# Synology Execution User
PUID=1044
PGID=65538
TZ=America/Toronto
# Vaultwarden Configuration
# Replace with your actual NAS IP/domain and https
DOMAIN=https://vaultwarden.yourdomain.com
# 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_FROM=vaultwarden@yourdomain.com
SMTP_SECURITY=starttls
SMTP_PORT=587
SMTP_USERNAME=your_username
SMTP_PASSWORD=your_password
# Admin Panel Token (Optional)
# Generate a secure hash using: vaultwarden hash
# Example:
# ADMIN_TOKEN=$$argon2id$$v=19...
ADMIN_TOKEN=your_generated_admin_token