-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
41 lines (35 loc) · 2.03 KB
/
Copy path.env.example
File metadata and controls
41 lines (35 loc) · 2.03 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
# mangablitz environment — copy to .env and adjust if needed:
# cp .env.example .env
#
# PUID/PGID control file ownership inside the linuxserver.io + Kapowarr
# containers. On macOS (Docker Desktop) the defaults below are fine. On the
# Raspberry Pi, set these to the output of `id -u` / `id -g` for the user that
# owns ./data and ./config (usually the first login user, 1000:1000).
PUID=1000
PGID=1000
# Timezone for all containers (cron schedules, logs, scan timestamps).
TZ=America/Sao_Paulo
# Host port for the Kavita reader. The container always listens on 5000; this
# only changes the published host port. On macOS, AirPlay Receiver frequently
# binds 5000 — set KAVITA_PORT=5500 (or disable AirPlay Receiver) to avoid the
# "address already in use" error.
KAVITA_PORT=5000
# Port qBittorrent listens on for incoming peer connections (BitTorrent traffic).
# MUST be outside 6881–6999: that range is the original BitTorrent client's and
# is blacklisted by trackers like MyAnonaMouse (announces are rejected and your
# IP can be blocked for 48h). Pick anything in 50000–65000. Forward THIS port on
# your home router to the Pi's LAN IP (TCP + UDP) so you show as Connectable.
TORRENTING_PORT=56881
# ───────────────────────── OPTIONAL: remote access ─────────────────────────
# Used only by the `remote` profile (make remote-up). Create an auth key at
# https://login.tailscale.com/admin/settings/keys (reusable, ephemeral off).
# Then reach Kavita over HTTPS at https://mangablitz.<your-tailnet>.ts.net
TS_AUTHKEY=
# ───────────────────────── OPTIONAL: qBittorrent VPN ────────────────────────
# Used only by docker-compose.vpn.yml (make vpn-up). Example shows WireGuard;
# see https://github.com/qdm12/gluetun-wiki for your provider's variables.
VPN_SERVICE_PROVIDER=
VPN_TYPE=wireguard
WIREGUARD_PRIVATE_KEY=
WIREGUARD_ADDRESSES=
VPN_SERVER_COUNTRIES=