-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
43 lines (35 loc) · 1.43 KB
/
Copy path.env.example
File metadata and controls
43 lines (35 loc) · 1.43 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
# --- App access ---
# Single shared password to enter the app.
APP_PASSWORD=change-me-please
# Random secret used to sign session cookies. Generate with: openssl rand -base64 32
COOKIE_SECRET=change-this-to-a-random-32-byte-string
# Host ports (bind targets). Override if 3000/9696 collide with other services.
HOST_APP_PORT=3000
HOST_PROWLARR_PORT=9696
# --- TMDB ---
# Get a free API key at https://www.themoviedb.org/settings/api
TMDB_API_KEY=
# --- Prowlarr ---
# After first run, open http://127.0.0.1:9696 on the host to set up indexers.
# Copy the API key from Prowlarr Settings → General → API Key.
PROWLARR_URL=http://prowlarr:9696
PROWLARR_API_KEY=
# --- Subtitles ---
# Primary provider: opensubtitles | subdl
SUBTITLE_PRIMARY=opensubtitles
# OpenSubtitles v2 (api.opensubtitles.com).
# All three are required. Get them at https://www.opensubtitles.com/
# - API key registers your app for search.
# - Username + password authenticate downloads (the 20/day quota is per user).
OPENSUBS_API_KEY=
OPENSUBS_USERNAME=
OPENSUBS_PASSWORD=
# Subdl (verify exact current limits + auth at https://subdl.com/api )
SUBDL_API_KEY=
# --- Transcoding ---
# Cap on concurrent ffmpeg processes. Default 1 is safest. On a multi-core
# server (Xeon E5-2420 v2 6c/12t etc.), 2 is reasonable. Anything higher will
# likely thrash on this hardware. Monitor CPU after raising.
MAX_CONCURRENT_TRANSCODES=1
# Timezone for Prowlarr. e.g. "America/New_York"
TZ=UTC