Does it also use VPN network for arr comtainers? So their queries are also through VPN?
Comment on Could somebody share a working Arr stack in docker with me?
fervent_apathy@anarchist.nexus 6 days ago
Yams (Yet another media server) starts you off with a full media arr stack, as well as your client of choice, torrent & nzb clients, and walks you through connecting all the pieces.
It also has built in methods for setting up a VPN tunnel for your torrents, which is definitely recommended. After running through the setup, you’ll end up with a compose file, and full docker media server stack. (I think even music arr client is included, but its been a long time since I set this up).
TrippinMallard@lemmy.ml 6 days ago
Postmortal_Pop@lemmy.world 6 days ago
Not oc but just used it myself. It makes a gluten network in docker for the torrenting. It doesn’t run the others through it but you can modify the yaml to make the change yourself. If you want yams entirely it has a custom yaml that you can modify and a default that gets reset with every update. Modify the custom to change the network for the other arrs. Also, if I understand the system correctly, you only need to put prowler in the box with qbittorrrent. When using prowlarr, the arrs just say “hey I don’t have a thing” to prowlarr and prowlarr specifically finds the torrent and delivers it to qbit to download.
Postmortal_Pop@lemmy.world 6 days ago
So I actually used it to set everything up last night and it did actually work all the way through, 9/10 easy. My only issue was that it expected a file structure that didn’t jive with the goblin tech I’m using for my server.
That said, it was surprisingly easy to modify the entire stack and copy it into portainer. I’m still working my way through the setup, but so far it’s smooth sailing.