removed web interface creds, as access is limited to the local network

This commit is contained in:
Maksym Buz
2025-02-06 14:52:21 +01:00
committed by GitHub
parent ae6f305a4c
commit 36c0e8fa48
2 changed files with 1 additions and 5 deletions

View File

@@ -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
OPENVPN_PASSWORD=vpn_password

View File

@@ -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