this post was submitted on 20 Oct 2023
2 points (75.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

I'm looking for a torrent software to run on my server/VM. I want something that is easy to setup, has a decent web UI, a base set of features like autoadd and... well, you know, actually works.

Been running Deluge for a while but turns out autoadd is broken. Spent too much time trying to fix it.

QBittorrent breaks when I try to add alternative web UI (VueTorrent). I mean, it's still broken after restoring the config file. Also, it can't seem to display error messages in the UI so you have to dig through logs.

Transmission has been unreliable and has performance issues in my experience.

Please, can you recommend something that is actually good?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 11 months ago (1 children)

for me qbitorrent works without any issues on docker, what is the problem with it ?

I'm looking at it daily for .. erm 5 minutes? If you use gui like flood, that will consume more resources for few bells and whistles - it's a waste in my eyes.

Be more specific what does not work, what is your env (OS, etc etc).

[–] [email protected] 1 points 11 months ago (2 children)

I've already mentioned it other comments. It's running in an Arch VM. Purging it and reinstalling does not restore config files. According to one person here the configs are not only stored in ~/.config as the documentation says. On top of that, error messages for torrents are not shown in the UI, but in the log file - with a level of logging that is most undesirable.

[–] [email protected] 2 points 11 months ago

Why use a whole ass vm just for a torrent client? You can use pre-built docker containers that works out of the box and with a lot less moving parts (aka things that can break).

FWIW, I run an rtorrent container in a home kube cluster. It mounts my data store as an nfs volume and runs flood in a sidecar container. I just use watch directories on the data store and have a cronjob running flexget to subscribe to torrent rss feeds. Notifications are done with the Pushbullet api.

[–] [email protected] 1 points 11 months ago

Ouch , arch is not my area of expertise.

I could help with Debian installation or in docker.