update: enhance README with detailed service descriptions and quick start guide; remove deprecated Calibre service from docker compose
This commit is contained in:
12
komodo/arr/arrs/env.example
Normal file
12
komodo/arr/arrs/env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# Common paths - adjust these to match your server setup
|
||||
CONFIG_PATH=/path/to/config
|
||||
DATA_PATH=/path/to/data
|
||||
|
||||
# User and Group IDs - run `id` command to find your IDs
|
||||
PUID=1000
|
||||
PGID=100
|
||||
|
||||
# Timezone - adjust to your timezone (e.g., America/New_York, Europe/London)
|
||||
# Used by: radarr, sonarr, lidarr, bookshelf, bazarr, jellyseerr, prowlarr, profilarr
|
||||
TZ=Canada/Eastern
|
||||
|
||||
4
komodo/arr/dispatcharr/env.example
Normal file
4
komodo/arr/dispatcharr/env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
# Dispatcharr - No environment variables required
|
||||
# This service uses a named volume for data persistence
|
||||
# Access the web UI at http://localhost:1866
|
||||
|
||||
4
komodo/arr/dizquetv/env.example
Normal file
4
komodo/arr/dizquetv/env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
# DizqueTV - No environment variables required
|
||||
# This service uses named volumes for data persistence
|
||||
# Access the web UI at http://localhost:8000
|
||||
|
||||
18
komodo/arr/download-clients/env.example
Normal file
18
komodo/arr/download-clients/env.example
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user