I’m trying to fill a new ebook request on MaM. So far I’ve:
- Removed the DRM from the ebook.
- Created the torrent using mktorrent (the docker version of qBit doesn’t allow you to create a new torrent, so I used mktorrent)
- Uploaded the torrent file to MaM
However, I can’t figure out how the heck to get my dockerized qbittorrent to seed the file. I tried going to File
→ Add torrent file
but then qBittorrent just looks to download the torrent (the same one I’m actually just trying to seed).
How do I do this? Is this another shortcoming of the containerized qBittorrent? If so, what other program can I use?
I know this is noob stuff but I can’t seem to figure this out.
Okay thanks. I ended up just creating a windows VM and installed qBittorrent on that. The native (non-docker) application is much more intuitive for me. Next time I will try your instructions. Thanks for your help.
Why a VM?
Because I run Linux
Qbittorent has a native Linux build and an Appimage. Save yourself the trouble and just run those instead.
deleted by creator
My answer, or OP with the VM setup?
deleted by creator
One thing you might find interesting to play around with is also namespaces. I see a lot of people using docker for Qbittorrent which is totally fine, but if you’re just wanting to isolate network interfaces then you can strip that down to just that part. Here is some documentation if you ever get interested: https://www.aaflalo.me/2019/08/wireguard-and-torrent-on-linux/
This is really helpful. Thanks!