Search found 4 matches
- Sat Mar 08, 2025 1:05 am
- Forum: qBittorrent / Gluetun (VPN)
- Topic: Port Forwarding Troubles
- Replies: 6
- Views: 136
Re: Port Forwarding Troubles
Got it working! in qbittorrent in connections tab: peer connection protocol : tcp then put in the port forwarded gluetun: image: qmcgaw/gluetun:v3 container_name: gluetun cap_add: - NET_ADMIN devices: - /dev/net/tun:/dev/net/tun ports: - 8888:8888/tcp # HTTP proxy - 8388:8388/tcp # Shadowsocks - 838...
- Thu Mar 06, 2025 12:35 am
- Forum: qBittorrent / Gluetun (VPN)
- Topic: Port Forwarding Troubles
- Replies: 6
- Views: 136
Re: Port Forwarding Troubles
Hmm the documentation says that it natively supports only two providers for port forwarding but does indicate environmental variables to set if you are bringing your own VPN. anyway i found this post on reddit which seems to indicate that it is possible with wireguard: https://www.reddit.com/r/selfh...
- Wed Mar 05, 2025 1:53 am
- Forum: qBittorrent / Gluetun (VPN)
- Topic: Port Forwarding Troubles
- Replies: 6
- Views: 136
Port Forwarding Troubles
Hey All, First thanks for this community and YAMS! So I have gotten my vpn provider Torguard hooked up to gluetun in a docker container running on debian 12 in a proxmox VM now twice. Once using wireguard and now using openvpn.. both times I got the setup to work and survive reboots where the yams c...
- Sun Mar 02, 2025 3:15 pm
- Forum: Installation
- Topic: Having trouble with install using truenas NFS mount
- Replies: 2
- Views: 6363
Re: Having trouble with install using truenas NFS mount
I have a similar situation virtualized nfs share on truenas scale running virtualized debian with docker for yams anyway i had the exact same error because in my truenas nfs share i had set my debian-docker-user as the owner of the share so when the script tries to change permissions or create the c...