From ae6f305a4ce5ac5c4413af78d58ec6e9192c687e Mon Sep 17 00:00:00 2001 From: Maksym Buz <79866323+xopek-by@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:49:43 +0100 Subject: [PATCH] adjusted local network variables --- Docker/transmission/haugene-openvpn/.env | 1 + Docker/transmission/haugene-openvpn/compose.yml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Docker/transmission/haugene-openvpn/.env b/Docker/transmission/haugene-openvpn/.env index 5a2c921..7ccab91 100644 --- a/Docker/transmission/haugene-openvpn/.env +++ b/Docker/transmission/haugene-openvpn/.env @@ -1,6 +1,7 @@ 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= diff --git a/Docker/transmission/haugene-openvpn/compose.yml b/Docker/transmission/haugene-openvpn/compose.yml index d36caac..03882a1 100644 --- a/Docker/transmission/haugene-openvpn/compose.yml +++ b/Docker/transmission/haugene-openvpn/compose.yml @@ -11,11 +11,13 @@ services: - OPENVPN_PROVIDER=${OPENVPN_PROVIDER} - NORDVPN_COUNTRY=${NORDVPN_COUNTRY} # - OPENVPN_CONFIG=${OPENVPN_CONFIG} +# Do not use NordVPN username! +# To obtain the credentials proceed with the manual configuration in NordVPN account. - OPENVPN_USERNAME=${OPENVPN_USERNAME} - OPENVPN_PASSWORD=${OPENVPN_PASSWORD} - TRANS_USER=${TRANS_USER} # optional for web interface - TRANS_PASS=${TRANS_PASS} # optional for web interface - - LOCAL_NETWORK=192.168.0.0/16 + - LOCAL_NETWORK=${LOCAL_NETWORK} # see .env file for comments logging: driver: json-file options: