-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
37 lines (31 loc) · 1.41 KB
/
.env.example
File metadata and controls
37 lines (31 loc) · 1.41 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
# =============================================================
# Media Stack Configuration
# =============================================================
# Copy this file to .env and fill in the values below.
# Lines starting with # are comments (ignored).
# =============================================================
# --- PATHS ---
# Where all media files and configs will live.
# Default: ~/Media (a folder in your home directory)
# No need to change this unless you want media somewhere else.
MEDIA_DIR=/Users/YOURUSERNAME/Media
# --- USER IDS ---
# These tell Docker to run as YOUR Mac user (so files aren't owned by root).
# To find yours, open Terminal and run: id -u
# Default 501 is correct for most Macs (first user account).
PUID=501
PGID=20
# --- TIMEZONE ---
# Your timezone. Find yours at: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
TIMEZONE=America/New_York
# --- WEB ACCESS ---
# Seerr bind IP: keep 127.0.0.1 for local-only (recommended default).
# WARNING: Setting to 0.0.0.0 exposes Seerr to your entire network. Use 127.0.0.1 for local-only access.
SEERR_BIND_IP=127.0.0.1
# --- VPN (ProtonVPN WireGuard) ---
# From your ProtonVPN account's WireGuard config. Paste them exactly.
WIREGUARD_PRIVATE_KEY=your_wireguard_private_key_here
WIREGUARD_ADDRESSES=your_wireguard_address_here
# --- MEDIA SERVER ---
# plex (default, runs natively on macOS) or jellyfin (runs in Docker)
MEDIA_SERVER=plex