feat: Implement Ansible for Proxmox VM management and refactor Mastodon Docker Compose, removing outdated service definitions.
This commit is contained in:
19
komodo/arr/download-clients/.env.sample
Normal file
19
komodo/arr/download-clients/.env.sample
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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