this post was submitted on 10 Nov 2024
600 points (100.0% liked)

196

16488 readers
1534 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 10 points 3 days ago* (last edited 3 days ago) (1 children)

If you (or anyone else that's reading this) are going to do illegal and questionable shit on the Internet, you might as well go whole hog and set up your own piracy and content distribution system on your home network.

1). First and foremost, you need to do this shit behind a VPN. You're specifically looking for a VPN with port forwarding so you'll get better download speeds on your torrents. I'm using ProtonVPN because when I was setting my rig up for the first time about a year ago, that was the top recommendation. Just do a little research and type in "best VPN for torrenting" into your favorite search engine. Set up your VPN as instructed. You'll want to make special note of the "openvpn" username/password. You'll need it later.

2). Next, you'll need hardware. While any old laptop that's been sitting around collecting dust is probably fine, you'll run out of storage on it pretty fast if you want anything more than a few shows and movies. If you're running out of storage space, I would recommend a Network Attached Storage device (NAS). There's lots of brands to choose from, but I'm partial to Synology.

3). Next (regardless of hardware) you'll want to be familiar with Docker and the container model. Essentially, containers allow you to run a little piece of software in a self contained virtual environment. All you have to do is tell docker the containers' dependencies and configuration and it'll spin up the container you ask for it.

4). Next you'll want to get smart on the arr stack. This is a set of services that run in docker containers that can completely automate your piracy activities. At a high level, you specify the TV shows and movies you're interested in, then the arr stack will search for the torrent, download it, and move it to where your content distribution service is scanning for new media.

5). Not sure where else to put this, but I'd recommend gluetun for the VPN client (this is where you'll need your openvpn credentials), qBittorent for your torrent client and Jellyfin for your media distribution. These are all services that can run in Docker containers. I'd recommend using the docker containers from https://fleet.linuxserver.io/ since they tend to standardize the configuration of their docker containers.

Resources:

https://old.reddit.com/r/VPNTorrents/comments/rikthc/list_of_recommended_vpns_2022/

https://old.reddit.com/r/Piracy/wiki/megathread

https://wiki.servarr.com/

https://trash-guides.info/

https://github.com/qdm12/gluetun-wiki


It's a lot to distill from into a single Lemmy comment, but hopefully this sets you on the right path!

[โ€“] [email protected] 1 points 2 days ago

This is a great comment, thank you!