Hacker News new | ask | show | jobs
by somehnguy 2550 days ago
Thanks! I can't recommend it enough. As for the VPN part yeah you'll definitely want a VPN if you use torrents for the download source.

For my setup I have Radarr/Sonarr set to prefer Usenet and only resort to the torrent if it can't find a release after 24 hours. Just because Usenet eliminates the problem of having a single seeder uploading at 1kb/s and things like that. I would highly recommend grabbing a Usenet subscription if you're setting this system up. In SabNZBD you can setup which provider you prefer and then it goes down the list. My #1 is Newshosting.com, then Eweka.nl (they follow a different DMCA process so chance of a completed download is higher if a chunk is missing from Newshosting. SAB will use all sources to find missing pieces of the file automatically), then a 50GB block at Tweaknews, and finally a free trial block account at Usenet.farm. I am rambling at this point, if you want more info on this part feel free to ask.

As for your actual question - I have everything in Docker containers running on OpenMediaVault on a server in my house. I use the 'docker-transmission-openvpn' container as a self contained unit, it handles setting up the VPN connection for that container only so that the whole server isn't behind a VPN. For a provider I've had great luck with PIA for the last couple years, they don't care about torrenting. For Usenet downloads no VPN is needed.

I hand rolled this setup with a bunch of pre-made docker containers and configuring them myself. Someone else I know has a similar setup based on 'Cloudbox' (on Github) and that seems to be working well for him too.

1 comments

You just up opened up a new world to me. I didn't even know what Usenet was and thought torrents were the only possible choice. I'm gonna try it out this weekend!! Thank you again!