Added vikunja
This commit is contained in:
19
stacks/stack.env
Normal file
19
stacks/stack.env
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user