update: enhance README with detailed service descriptions and quick start guide; remove deprecated Calibre service from docker compose

This commit is contained in:
Nikholas Pcenicni
2025-12-28 04:29:36 -05:00
parent d5fed6f297
commit 32fdba5fcf
23 changed files with 484 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
# Common paths
DATA_PATH=/path/to/data
# User and Group IDs - run `id` command to find your IDs
PUID=1000
PGID=100
# Private Internet Access (PIA) VPN Configuration
# Required for transmission-openvpn and pia-qbittorrent
PIA_OPENVPN_CONFIG=CA Toronto
PIA_REGION=ca-toronto
PIA_USERNAME=your_pia_username
PIA_PASSWORD=your_pia_password
# Network configuration for transmission-openvpn
# Adjust to match your local network subnet
LOCAL_NETWORK=192.168.50.0/24