u/Appropriate-Link-495

​

Hey r/AllDebrid 👋

I've built and open-sourced a self-hosted client that automates the full torrent lifecycle through your AllDebrid account. Thought this community might find it useful.

---

## What it does

AllDebrid-Client handles everything from adding a magnet to getting the finished file on disk:

  1. **Add** — paste a magnet/torrent URL in the web UI, search via Jackett, drop a file in a watch folder, or let Sonarr/Radarr send it automatically

  2. **Upload** — submits to AllDebrid and polls until the torrent is ready

  3. **Unlock** — fetches all download links in parallel

  4. **Download** — hands them to the built-in aria2 (zero setup) or your own aria2 instance

  5. **Notify** — sends rich Discord embeds for every event

---

## Key features

- 🌐 **Responsive web UI** — works on desktop and mobile

- ⬇️ **Built-in aria2** — no separate container needed, starts automatically

- 🔍 **Jackett search** — search 600+ trackers directly from the UI, multi-indexer chip picker, genre/IMDb/season filters via Torznab

- 📺 **Sonarr & Radarr** — acts as a download client, triggers import on completion

- 🔔 **Discord webhooks** — rich embeds for added / completed / error / stats events + new-version alerts

- 📊 **Statistics** — period selector (1h / 24h / 7d / 30d / 1y / all-time), charts, download history

- 🤖 **FlexGet v3** — schedule and trigger tasks from the UI

- 🗄️ **SQLite** (default, zero-config) or **PostgreSQL**

- 🐳 **Docker / Unraid** — one-liner compose, available in Unraid Community Apps

- 📖 **Built-in Help** — Quick Start, How It Works, Troubleshooting, Settings Reference all in the sidebar

---

## Quick start

```bash

docker run -d \

--name alldebrid-client \

-p 8080:8080 \

-v /your/config:/app/config \

-v /your/downloads:/download \

kroeberd/alldebrid-client:latest

```

Open `http://localhost:8080\` → Settings → paste your AllDebrid API key → done.

Or with Docker Compose / Unraid Community Apps — all paths pre-filled.

---

## Links

- 🔗 **GitHub:** https://github.com/kroeberd/alldebrid-client

- 🐳 **Docker Hub:** https://hub.docker.com/r/kroeberd/alldebrid-client

- 💬 **Discord:** https://discord.gg/8Vb9cj4ksv

Feedback, bug reports and PRs very welcome. Happy to answer any questions below! 🙂

Have nice day

reddit.com
u/Appropriate-Link-495 — 9 days ago