this post was submitted on 20 Oct 2023
2 points (75.0% liked)
Self-Hosted Main
504 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
- Service: Dropbox - Alternative: Nextcloud
- Service: Google Reader - Alternative: Tiny Tiny RSS
- Service: Blogger - Alternative: WordPress
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
- Awesome-Selfhosted List of Software
- Awesome-Sysadmin List of Software
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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).
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.
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.
Ouch , arch is not my area of expertise.
I could help with Debian installation or in docker.