cloudarr_v2

command module
v0.0.0-...-aaa1bea Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2026 License: MIT Imports: 12 Imported by: 0

README

Decypharr

ui

Decypharr is a Media Gateway for Debrid services and Usenet written in Go.

What is Decypharr?

Decypharr provides a unified interface for Sonarr, Radarr, and other *Arr applications to access Debrid providers and Usenet streaming.

Features

  • Mock Qbittorent and Sabnzbd API that supports the Arrs (Sonarr, Radarr, Lidarr etc)
  • Multiple Debrid and usenet providers support with a single interface
  • Direct Usenet streaming via NNTP (no separate download client required)

Supported Debrid Providers

Quick Start

services:
  decypharr:
    image: cy01/blackhole:latest
    container_name: decypharr
    ports:
      - "8282:8282"
    volumes:
      - /mnt/:/mnt:rshared
      - ./configs/:/app # config.json must be in this directory
    restart: unless-stopped
    devices:
      - /dev/fuse:/dev/fuse:rwm
    cap_add:
      - SYS_ADMIN
    security_opt:
      - apparmor:unconfined

Documentation

For complete documentation, please visit our Documentation.

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
healthcheck command
test-parser command
internal
crypto
Package rar provides RAR5 encryption/decryption utilities.
Package rar provides RAR5 encryption/decryption utilities.
pkg
arr
mount/dfs/vfs/ranges
Package ranges provides the Ranges type for keeping track of byte ranges which may or may not be present in an object.
Package ranges provides the Ranges type for keeping track of byte ranges which may or may not be present in an object.
storage/hybrid
Package hybrid provides a high-performance append-only log storage engine with in-memory indexing, LRU caching, and secondary indexes.
Package hybrid provides a high-performance append-only log storage engine with in-memory indexing, LRU caching, and secondary indexes.
usenet/fs/reader
Package reader provides a high-performance, error-resilient streaming reader for Usenet segments.
Package reader provides a high-performance, error-resilient streaming reader for Usenet segments.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL