From 8deff855d1731908292ebfe84a1092b2f7817ed3 Mon Sep 17 00:00:00 2001 From: Maksym Buz <79866323+xopek-by@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:52:21 +0100 Subject: [PATCH] removed web interface creds, as access is limited to the local network --- transmission/haugene-openvpn/.env | 4 +--- transmission/haugene-openvpn/compose.yml | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/transmission/haugene-openvpn/.env b/transmission/haugene-openvpn/.env index 7ccab91..b528379 100644 --- a/transmission/haugene-openvpn/.env +++ b/transmission/haugene-openvpn/.env @@ -7,6 +7,4 @@ OPENVPN_PROVIDER=NORDVPN # https://github.com/haugene/vpn-configs-contrib/tree/m # 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 -TRANS_USER=trans_user # optional for web interface -TRANS_PASS=trans_pass # optional for web interface \ No newline at end of file +OPENVPN_PASSWORD=vpn_password \ No newline at end of file diff --git a/transmission/haugene-openvpn/compose.yml b/transmission/haugene-openvpn/compose.yml index 03882a1..87af624 100644 --- a/transmission/haugene-openvpn/compose.yml +++ b/transmission/haugene-openvpn/compose.yml @@ -15,8 +15,6 @@ services: # 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=${LOCAL_NETWORK} # see .env file for comments logging: driver: json-file