Search found 5 matches

by brant
Sun Jul 07, 2024 5:59 pm
Forum: Installation
Topic: [Solved] Missing .env file
Replies: 10
Views: 1813
United States of America

Re: Missing .env file

I was able to figure it out, thanks so much for the help! :D The biggest issue was that I was using my vpn credentials instead of my openvpn credentials.

by brant
Sun Jul 07, 2024 4:33 pm
Forum: Installation
Topic: [Solved] Missing .env file
Replies: 10
Views: 1813
United States of America

Re: Missing .env file

Sorry, I guess I am a bit confused. I thought that it said to run it that way in the documentation . I don't believe there are any characters that need to be escaped, the special ones are @ and !. I guess I don't quite understand what openvpn is and what it's doing. If my openvpn credentials are dif...
by brant
Sun Jul 07, 2024 3:02 pm
Forum: Installation
Topic: [Solved] Missing .env file
Replies: 10
Views: 1813
United States of America

Re: Missing .env file

I'm using surfshark. I ran # OpenVPN docker run -it --rm --cap-add=NET_ADMIN -e VPN_SERVICE_PROVIDER=surfshark \ -e OPENVPN_USER=abc -e OPENVPN_PASSWORD=abc \ -e SERVER_COUNTRIES=Netherlands qmcgaw/gluetun and am still getting [openvpn] AUTH: Received control message: AUTH_FAILED Your credentials mi...
by brant
Sun Jul 07, 2024 2:00 pm
Forum: Installation
Topic: [Solved] Missing .env file
Replies: 10
Views: 1813
United States of America

Re: Missing .env file

Hey rogs , thanks for the response! I did run ls -a but I realized I was looking in the wrong place, I was checking /tmp/yams instead of /opt/yams :lol: I found the .env file now and everything does look correct, but I'm still seeing the same gluetun errors. I double checked the VPN credentials and ...
by brant
Sun Jul 07, 2024 3:56 am
Forum: Installation
Topic: [Solved] Missing .env file
Replies: 10
Views: 1813
United States of America

[Solved] Missing .env file

Hello! I was going through the installation/setup process today and ran into an issue when configuring qBittorrent. When I tried configuring Network interface to tun0, I only saw lo and eth0 as options. I tried looking at my .env file but noticed it didn't exist, so I created one like: # Base config...