summarylogtreecommitdiffstats
path: root/server-manager-portal.conf.d
blob: 24a4bcb714201bb03891fea5491d6f30c64ce33e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Required — at least 32 characters. Generate with:
# openssl rand -hex 48
JWT_SECRET=

# Server
PORT=2121
HOST=0.0.0.0

# Public URL shown in emails/links (no trailing slash)
# PUBLIC_BASE_URL=https://portal.example.com

# Set true ONLY when the portal is served over HTTPS (reverse proxy).
# Must be false (or unset) for plain HTTP LAN access, e.g. http://192.168.x.x:2121
# FORCE_SECURE_COOKIES=false

# Allow Sonarr/Radarr/Tautulli URLs on private/LAN IPs (common in Docker/homelab)
# ALLOW_PRIVATE_INTEGRATION_URLS=true

# Optional one-time setup token for remote first-time configuration
# SETUP_TOKEN=

# Optional fixed Plex OAuth client id (auto-generated on first run if unset)
# CLIENT_ID=