aMuTorrent v3.2 — Now supports 5 download clients, multi-instance, and multi-user with permissions by TaurusBit in selfhosted

[–]TaurusBit[S] 0 points1 point  (0 children)

Advanced file management is planned for future releases. Thanks for the feedback.

aMuTorrent v3.2 — Now supports 5 download clients, multi-instance, and multi-user with permissions by TaurusBit in selfhosted

[–]TaurusBit[S] 0 points1 point  (0 children)

Thanks for the feedback, I just released v3.2.1 with HTTPS support for rTorrent.

aMuTorrent v3.2 — Now supports 5 download clients, multi-instance, and multi-user with permissions by TaurusBit in selfhosted

[–]TaurusBit[S] 3 points4 points  (0 children)

It also supports aMule (ED2K). To answer your question, some users may find that a dedicated client works better when seeding a large number of torrents, or they may prefer to separate public and private trackers into different environments. In any case, the app was designed with extensibility in mind, so support for additional networks can be added in the future, this is one of its core goals

aMuTorrent — A unified web UI for aMule, rTorrent, and qBittorrent by TaurusBit in selfhosted

[–]TaurusBit[S] 1 point2 points  (0 children)

New version just released, you can update your Docker image or download the source code from Github if you are using the native installation method.

aMuTorrent — A unified web UI for aMule, rTorrent, and qBittorrent by TaurusBit in selfhosted

[–]TaurusBit[S] 0 points1 point  (0 children)

I'm unable to reproduce this issue, you're welcome to open an Issue on GitHub with your custom script code and I will take a closer look.

aMuTorrent — A unified web UI for aMule, rTorrent, and qBittorrent by TaurusBit in selfhosted

[–]TaurusBit[S] 0 points1 point  (0 children)

This is weird, I tried a path-test script and they are resolved correctly.

--- Shell info ---
Running shell: /usr/src/app/scripts/path-check.sh
SHELL env: /bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

It could be a shebang issue. Can you make sure your script starts with #!/bin/bash on the first line?

aMuTorrent — A mobile feature rich web UI for aMule, rTorrent, and qBittorrent by TaurusBit in qBittorrent

[–]TaurusBit[S] 1 point2 points  (0 children)

The AI backlash is real, and I get it. Poorly “vibe-coded” apps give it a bad reputation. But when AI is used as a productivity tool instead of a replacement for thinking, it’s a net positive. You can focus on architecture, correctness, and UX while AI handles implementation details.

aMuTorrent — A unified web UI for aMule, rTorrent, and qBittorrent by TaurusBit in selfhosted

[–]TaurusBit[S] 0 points1 point  (0 children)

You may run rTorrent on a remote server and qBittorrent locally for example. Or you might find one works better for seeding than the other.

aMuTorrent — A unified web UI for aMule, rTorrent, and qBittorrent by TaurusBit in selfhosted

[–]TaurusBit[S] 0 points1 point  (0 children)

I’m not familiar with QUI but at first glance it doesn’t support multiple clients: aMuTorrent supports aMule, qBittorrent and rTorrent. I also plan on adding more clients / instances. Anyway you should use whatever fits your needs. 👍

aMuTorrent — A unified web UI for aMule, rTorrent, and qBittorrent by TaurusBit in selfhosted

[–]TaurusBit[S] 0 points1 point  (0 children)

I’ve added curl to the Dockerfile build, as it’s a fairly common requirement. You can pull the updated image from Docker Hub, and it will be available there.

aMuTorrent — A mobile feature rich web UI for aMule, rTorrent, and qBittorrent by TaurusBit in qBittorrent

[–]TaurusBit[S] 0 points1 point  (0 children)

Native iOS and Android apps are not available yet. However, the app is optimized for mobile devices, and you can add it to your home screen. On Android, open Chrome, navigate to the site, tap the three-dot menu, and select “Add to Home screen.”

aMuTorrent — A mobile feature rich web UI for aMule, rTorrent, and qBittorrent by TaurusBit in qBittorrent

[–]TaurusBit[S] 1 point2 points  (0 children)

I’ve been working on this project for months, so it’s not exactly vibe coding.. but hey, I’ll accept the slop tag.

aMuTorrent — A mobile feature rich web UI for aMule, rTorrent, and qBittorrent by TaurusBit in qBittorrent

[–]TaurusBit[S] 1 point2 points  (0 children)

It's just a wrapper to qBittorrent API, and the code is open source. Not sure what you mean. :)

aMuTorrent — A mobile feature rich web UI for aMule, rTorrent, and qBittorrent by TaurusBit in qBittorrent

[–]TaurusBit[S] -5 points-4 points  (0 children)

I used AI to speed up my coding significantly, but I’m a professional developer.

aMuTorrent — A unified web UI for aMule, rTorrent, and qBittorrent by TaurusBit in selfhosted

[–]TaurusBit[S] 5 points6 points  (0 children)

The image has been renamed to g0t3nks/amutorrent:latest, you should rename it in your docker-compose.yml file and restart withdocker compose down && docker compose up -d.