feat: Add Vaultwarden config and set PUID to 1044
This commit is contained in:
25
vaultwarden/stack.env
Normal file
25
vaultwarden/stack.env
Normal 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
|
||||
Reference in New Issue
Block a user