Mukhtar Akere 705de2d2bc
Some checks failed
GoReleaser / goreleaser (push) Has been cancelled
Release Docker Build / docker (push) Has been cancelled
Merge branch 'beta'
2025-06-23 12:00:53 +01:00
2025-06-16 13:55:02 +01:00
2025-06-23 11:59:26 +01:00
2025-06-19 14:40:12 +01:00
2025-06-19 18:23:38 +01:00
2025-04-16 11:32:42 +01:00
2025-06-02 20:45:39 +01:00
2025-05-20 12:57:27 +01:00
2025-05-20 12:57:27 +01:00
2025-04-13 12:40:31 +01:00
2025-05-20 18:47:05 +01:00
2025-06-03 10:45:23 +01:00

Decypharr

ui

Decypharr is an implementation of QbitTorrent with Multiple Debrid service support, written in Go.

What is Decypharr?

Decypharr combines the power of QBittorrent with popular Debrid services to enhance your media management. It provides a familiar interface for Sonarr, Radarr, and other *Arr applications.

Features

  • Mock Qbittorent API that supports the Arrs (Sonarr, Radarr, Lidarr etc)
  • Full-fledged UI for managing torrents
  • Proxy support for filtering out un-cached Debrid torrents
  • Multiple Debrid providers support
  • WebDAV server support for each debrid provider
  • Repair Worker for missing files

Supported Debrid Providers

Quick Start

version: '3.7'
services:
  decypharr:
    image: cy01/blackhole:latest # or cy01/blackhole:beta
    container_name: decypharr
    ports:
      - "8282:8282" # qBittorrent
    volumes:
      - /mnt/:/mnt
      - ./configs/:/app # config.json must be in this directory
    restart: unless-stopped

Documentation

For complete documentation, please visit our Documentation.

The documentation includes:

  • Detailed installation instructions
  • Configuration guide
  • Usage with Sonarr/Radarr
  • WebDAV setup
  • Repair Worker information
  • ...and more!

Basic Configuration

{
  "debrids": [
    {
      "name": "realdebrid",
      "api_key": "your_api_key_here",
      "folder": "/mnt/remote/realdebrid/__all__/",
      "use_webdav": true
    }
  ],
  "qbittorrent": {
    "download_folder": "/mnt/symlinks/",
    "categories": ["sonarr", "radarr"]
  },
  "use_auth": false,
  "log_level": "info",
  "port": "8282"
}

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Description
Fork of Decypharr - fixing TorBox status bug
Readme MIT 10 MiB
Languages
Go 61.5%
JavaScript 19.8%
HTML 16.3%
CSS 1.9%
Dockerfile 0.3%
Other 0.2%