36
Looking for tips on seeding more, what kind of hardware to use.
(lemmy.dbzer0.com)
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
Torrenting:
Gaming:
💰 Please help cover server costs.
![]() |
![]() |
---|---|
Ko-fi | Liberapay |
As your already on Linux I'd recommend running qBittorrent with Docker behind gluetun.
This makes it so only qBittorrent is behind the VPN and all other traffic (e.g. browsing, gaming) goes as if there was no VPN.
Definitely will look into Docker more, I've heard of it but hadn't gotten around to giving it a shot before. Gluetun is not something I've heard of though. Sounds like a good setup for what I want. Any suggestions on getting started with Docker?
Use docker compose. Not docker directly. All services have a good docker compose file somewhere online. If not, you may not use the service as a beginner (unless you want to spend a significant time writing everything which is of course good, but you do not have to)
Docker is really cool tech, but not that easy to get it right the first time you run into it. The easy suggestion would probably be some YouTube videos? But the best would be to find your way on the web and follow some written tutorials that gives more details.
Depending on how far and deep you want to go with docker it can range from a simple command you copy/past to more advanced stuff where you add new tools into the image.
My first contact with docker was through Network Chuck's video, while it gives you a first feeling on what it does and how it work at the basic level, it won't give you the keys to host qbitorrent behind gluetun on a raspberry pie, let alone on how to properly configure and protect it.
Thanks for the info, definitely motivated to learn and try Docker more now.