20 lines
485 B
Bash
20 lines
485 B
Bash
# Database
|
|
VIKUNJA_DB_PASSWORD=dexter
|
|
|
|
# Paths (adjust to your Unraid setup)
|
|
APPDATA=/mnt/user/appdata
|
|
|
|
# Public access
|
|
VIKUNJA_PUBLIC_URL=https://plane.rishighan.com
|
|
VIKUNJA_HOSTNAME=plane.rishighan.com
|
|
|
|
# Email (for reminders)
|
|
SMTP_HOST=smtp.yourdomain.com
|
|
SMTP_PORT=587
|
|
SMTP_USER=vikunja@yourdomain.com
|
|
SMTP_PASSWORD=your-smtp-password
|
|
SMTP_FROM=vikunja@yourdomain.com
|
|
|
|
# Unsplash backgrounds (optional, get key at unsplash.com/developers)
|
|
UNSPLASH_ACCESS_TOKEN=your-unsplash-token
|