This repository was archived by the owner on Apr 26, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.template
More file actions
45 lines (38 loc) · 2.15 KB
/
.env.template
File metadata and controls
45 lines (38 loc) · 2.15 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
# Copy this file to .env and fill in your values
# cp .env.template .env
# ─── Cloudflare ───────────────────────────────────────────────────────────────
# Get it from https://dash.cloudflare.com/ → Tunnels
CLOUDFLARE_TUNNEL_TOKEN=your_cloudflare_tunnel_token_here
# ─── System ───────────────────────────────────────────────────────────────────
# Use `id` command to get your user/group IDs. Use 0 if running as root.
PUID=1000
PGID=1000
UMASK=002
TZ=America/Guayaquil
# ─── Network ──────────────────────────────────────────────────────────────────
# Services will be accessible at {service}.yourdomain.com
DOMAIN=yourdomain.com
# ─── Default admin credentials (used across arr services) ─────────────────────
ADMIN_USERNAME=your_username_here
ADMIN_PASSWORD=your_password_here
# ─── TorBox ───────────────────────────────────────────────────────────────────
# Get your API key from https://torbox.app/settings
TORBOX_APIKEY=your_torbox_api_key_here
# ─── Services ───────────────────────────────────────────────────────────────
PROWLARR_HOST=http://prowlarr
PROWLARR_PORT=9696
SONARR_HOST=http://sonarr
SONARR_PORT=8989
SONARR_CATEGORY=sonarr
SONARR_ANIME_HOST=http://sonarr-anime
SONARR_ANIME_PORT=8989
SONARR_ANIME_CATEGORY=sonarr-anime
RADARR_HOST=http://radarr
RADARR_PORT=7878
RADARR_CATEGORY=radarr
LIDARR_HOST=http://lidarr
LIDARR_PORT=8686
LIDARR_CATEGORY=lidarr
FLARESOLVER_HOST=http://flaresolverr
FLARESOLVER_PORT=8191
FLARESOLVER_TAG=flaresolverr