25 lines
726 B
Plaintext
25 lines
726 B
Plaintext
# SMTP settings (Mailcow)
|
|
SMTP_HOST=mail.rmail.online
|
|
SMTP_PORT=587
|
|
SMTP_USER=noreply@jefflix.lol
|
|
SMTP_PASS=your-mailbox-password
|
|
|
|
# Admin email to receive access request notifications
|
|
ADMIN_EMAIL=jeff@jeffemmett.com
|
|
|
|
# Channel approval token signing secret (generate with: openssl rand -hex 32)
|
|
TOKEN_SECRET=your-random-secret-here
|
|
|
|
# Threadfin credentials for one-click channel activation
|
|
THREADFIN_USER=your-threadfin-username
|
|
THREADFIN_PASS=your-threadfin-password
|
|
|
|
# Navidrome (Music / Subsonic API)
|
|
NAVIDROME_URL=https://music.jefflix.lol
|
|
NAVIDROME_USER=your-navidrome-username
|
|
NAVIDROME_PASS=your-navidrome-password
|
|
|
|
# slskd (Soulseek P2P downloads)
|
|
SLSKD_URL=https://slskd.jefflix.lol
|
|
SLSKD_API_KEY=your-slskd-api-key
|