.env -> .env.example

This commit is contained in:
2025-08-23 23:46:22 +02:00
parent 75917f8828
commit 94d6e60258
13 changed files with 35 additions and 35 deletions

View File

@@ -1,12 +1,12 @@
PATH_TO_CONFIG=/path/to/config
PATH_TO_DOWNLOADS=/path/to/downloads
PATH_TO_WATCH_FOLDER=/path/to/watch/folder
LOCAL_NETWORK=192.168.0.0/16 # you must specify your local subnet to allow access to the web interface. more: https://haugene.github.io/docker-transmission-openvpn/run-container/#3_you_might_not_be_able_to_access_the_web_ui_on_the_first_try
OPENVPN_PROVIDER=NORDVPN # https://github.com/haugene/vpn-configs-contrib/tree/main/openvpn
# change for different provider
# OPENVPN_CONFIG=
NORDVPN_COUNTRY=NL # https://support.nordvpn.com/hc/en-us/articles/20465085067665-NordVPN-proxy-setup-for-BitTorrent
OPENVPN_USERNAME=vpn_username
OPENVPN_PASSWORD=vpn_password
TRANSMISSION_WEB_UI=flood-for-transmission
PATH_TO_CONFIG=/path/to/config
PATH_TO_DOWNLOADS=/path/to/downloads
PATH_TO_WATCH_FOLDER=/path/to/watch/folder
LOCAL_NETWORK=192.168.0.0/16 # you must specify your local subnet to allow access to the web interface. more: https://haugene.github.io/docker-transmission-openvpn/run-container/#3_you_might_not_be_able_to_access_the_web_ui_on_the_first_try
OPENVPN_PROVIDER=NORDVPN # https://github.com/haugene/vpn-configs-contrib/tree/main/openvpn
# change for different provider
# OPENVPN_CONFIG=
NORDVPN_COUNTRY=NL # https://support.nordvpn.com/hc/en-us/articles/20465085067665-NordVPN-proxy-setup-for-BitTorrent
OPENVPN_USERNAME=vpn_username
OPENVPN_PASSWORD=vpn_password
TRANSMISSION_WEB_UI=flood-for-transmission
# combustion, kettu, transmission-web-control, flood-for-transmission, shift, transmissionic

View File

@@ -1,8 +1,8 @@
# Optional credentials for securing the transmission web interface
USERNAME= 'username'
PASSWORD= 'password'
# File paths
PATH_TO_CONFIG= '/path/to/config'
PATH_TO_DOWNLOADS= '/path/to/downloads'
# Optional credentials for securing the transmission web interface
USERNAME= 'username'
PASSWORD= 'password'
# File paths
PATH_TO_CONFIG= '/path/to/config'
PATH_TO_DOWNLOADS= '/path/to/downloads'
PATH_TO_WATCH_FOLDER= '/path/to/watch/folder'