-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
54 lines (47 loc) · 1.19 KB
/
.env.example
File metadata and controls
54 lines (47 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Plex server
PLEX_URL=https://plex.davidhome.ro
PLEX_TOKEN=
# Tautulli
TAUTULLI_URL=https://tautulli.davidhome.ro
TAUTULLI_API_KEY=
# Optional: scope Tautulli stats to a specific user (leave empty for all users)
TAUTULLI_USER_ID=
# Admin
REFRESH_SECRET=
DISPLAY_NAME=David
# Base URL where the app is hosted
APP_URL=http://localhost:3000
# Plausible analytics (optional)
PLAUSIBLE_ENABLED=false
PLAUSIBLE_DOMAIN=
# For self-hosted Plausible:
PLAUSIBLE_SCRIPT_URL=
PLAUSIBLE_API_URL=
# Privacy controls
SHOW_DEVICES=true
SHOW_LOCATIONS=false
# Music library
SHOW_MUSIC=false
# Recommendations (optional)
RECOMMEND_ENABLED=false
TMDB_API_KEY=
# Cloudflare Turnstile (optional captcha)
TURNSTILE_SITE_KEY=
TURNSTILE_SECRET_KEY=
# Notification channels (at least one required for recommendations)
RESEND_API_KEY=
RESEND_FROM="Plexo <noreply@yourdomain.com>"
RECOMMEND_EMAIL_TO=
# SMTP (alternative to Resend)
SMTP_HOST=
SMTP_PORT=587
SMTP_USER=
SMTP_PASS=
SMTP_FROM=
# Discord webhook
DISCORD_WEBHOOK_URL=
# Overseerr (optional, for request management + dashboard wishlist)
OVERSEERR_URL=
OVERSEERR_API_KEY=
# Auto-create Overseerr request when someone recommends (default: false)
RECOMMEND_AUTO_REQUEST=false