I’m pulling my teeth out on this. How do I set up qBittorrent to use NordVPN?
I’ve tried so many things. SOCKS5 seem to be deprecated in NordVPN, so can’t do that.
I tried OpenVPN or Wireguard but they only had server options. Seems like Gluetun is the way to go. I set it up, it works great and connects to NordVPN. Now I have to set this up to qBittorrent, and I’ve read you can connect another container as a network to a target container with docker using network_mode: "service:gluetun"
for compose or --network=container:gluetun
for cli. However, I cannot for the life of me figure out how to do this in TrueNAS Scale. Is it even possible? If anyone knows the answer, or any alternative solutions, that would be greatly appreciated.
There have been threads with people shoehorning wireguard into Scale. The better option would be to spin up jailmaker to run docker-compose.
And I have that reddit post bookmarked for when I upgrade to Electric Eel (probably jump on it when it’s RC). If you run that in jailmaker, it would be easy. And pretty easy to migrate to EE’s docker-compose.
I keep checking both gluetun/qbit for any security patches from the truecharts app. Still no issues yet. But I’ve also disabled torrents from Arrr automation
Oh interesting. Just a bit ago some of my friends suggested I install it in an arch vm. This is for the arr stack too btw. Would that be easier or is containers the way for this?
The current apps provided by iX don’t have vpn support, right now jailmaker or a vm and docker-compose are your only options to use a vpn with the *arrs and qbittorrent.
Which to use depends on how much extra you want to maintain. Both jailmaker and a VM still will need OS updates. If I absolutely needed VPN, I would go with jailmaker then migrate to native docker-compose when you upgrade to Scale 24.10.
I demonstrate setting up docker compose apps in a sandbox in this
And migrating the same apps to electric eel in this video
Note, If you mount the datasets into the sandbox at the same location as on truenas, then there is very little migration required.
Oh, will native docker-compose be a feature in the 24.10?
Yes sir.
Yep. And Stux’s videos are great if you wanted to go with jailmaker for now and easily migrate to 24.10 docker-compose system.
Think the largest issue with any of the iX official, community or even truecharts apps is how they don’t separate the config/data for apps to make them easier to work with. That won’t be a problem with a VM/Jail/24.10 tho!
If it interest anyome as a VPN solution.
I put a Bridge connection (I have 2 network adapter) on a specific VLAN (Let say 2)
That VLAN is associated to an OpenVPN configured on the router itself.
This make all the Jail connecting to the Bridge going through OpenVPN.
The other interface as another Jail connecting to it Interface on VLAN (let say 1).
So in the Router I have the Internet connection logicaly split in 2: VLAN 1 going normal internet traffic, VLAN 2 going through OpenVPN.
It is working fine.
The other advantage of this configuration is that if I have another device on my network requiring VPN, I just has to move that device to VLAN 2.
Well it works for me
I believe this is only for core
Jailmaker is made for Scale
Oh I was talking about the VPN solution because I stumbled upon the same method