-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.env.example
More file actions
38 lines (29 loc) · 954 Bytes
/
Copy path.env.example
File metadata and controls
38 lines (29 loc) · 954 Bytes
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
# Timezone
TZ=Europe/Warsaw
# Container user/group IDs
PUID=1000
PGID=1000
# Domain for Traefik routing (*.example.com)
DOMAIN_NAME=example.com
# Tailscale IP (bind Traefik here, not 0.0.0.0)
TAILSCALE_IP=100.x.x.x
# Cloudflare (ACME DNS challenge for Let's Encrypt)
CF_DNS_API_TOKEN=your_cloudflare_dns_api_token
CF_API_EMAIL=your@email.com
ACME_EMAIL=your@email.com
# ProtonVPN WireGuard — main tunnel (NL/CH, P2P)
WG_PRIVATE_KEY=your_wireguard_private_key
WG_PUBLIC_KEY=your_wireguard_public_key
WIREGUARD_ADDRESSES=10.2.0.2/32
# ProtonVPN credentials (OpenVPN fallback)
PROTONVPN_USERNAME=your_protonvpn_username
PROTONVPN_PASSWORD=your_protonvpn_password
# Volume paths (adjust for your system — defaults are Unraid)
DATA_DIR=/mnt/user/appdata
DOWNLOADS_DIR=/mnt/user/media/downloads/qbittorrent
MEDIA_TV_DIR=/mnt/user/media/tv
MEDIA_MOVIES_DIR=/mnt/user/media/movies
# qBittorrent
QB_USERNAME=admin
QB_PASSWORD=change_me
BT_PORT=51413