Hello! Installation instructions were great! I'm having one issue, though.
My qbittorrent is reporting its connection status as disconnected. If I enable the execution log in the ui, I can see the message:
The configured network interface is invalid. Interface: "tun0"
Running yams check-vpn is successful:
Success: Your IPs are different. qBittorrent is masking your IP!
I am using protonvpn. I am using my OpenVPN credentials in ".env". I have port forwarding on, so I have "+pmp" at the end of my OpenVPN "VPN_USER" in the ".env" file.
My docker-compose.yaml is left untouched from the install process.
The gluetun service has "8080:8080/tcp" and "8081:8081/tcp" listed, uncommented, under ports.
PORT_FORWARD_ONLY and VPN_PORT_FORWARDING are both set to on, and uncommented.
The qbittorrent service has the ports section commented out, and has:
network_mode: "service:gluetun"
I have crontab setup with: "*/5 * * * * /opt/yams/scripts/update-port.sh".
I can also run this script manually with no errors.
Script body is from: https://gitlab.com/-/snippets/4788387
Please let me know if there's anything else I can check or any other information you need. Thank you so much for any help!