Merge branch 'beta' of github.com:sirrobot01/debrid-blackhole into beta
Some checks failed
GoReleaser / goreleaser (push) Has been cancelled
Release Docker Build / docker (push) Has been cancelled

This commit is contained in:
Mukhtar Akere
2025-04-03 11:26:47 +01:00
2 changed files with 18 additions and 15 deletions

View File

@@ -6,23 +6,26 @@ This is an implementation of QbitTorrent with a **Multiple Debrid service suppor
### Table of Contents ### Table of Contents
- [DecyphArr(Qbittorent, but with Debrid Support)](#decypharrqbittorent-but-with-debrid-support)
- [Table of Contents](#table-of-contents)
- [Features](#features) - [Features](#features)
- [Supported Debrid Providers](#supported-debrid-providers) - [Supported Debrid Providers](#supported-debrid-providers)
- [Installation](#installation) - [Installation](#installation)
- [Docker Compose](#docker-compose) - [Docker](#docker)
- [Registry](#registry)
- [Tags](#tags)
- [Binary](#binary) - [Binary](#binary)
- [Usage](#usage) - [Usage](#usage)
- [Connecting to Sonarr/Radarr](#connecting-to-sonarrradarr) - [Connecting to Sonarr/Radarr](#connecting-to-sonarrradarr)
- [Sample Config](#sample-config) - [Basic Sample Config](#basic-sample-config)
- [Config Notes](#config-notes)
- [Log Level](#log-level)
- [Max Cache Size](#max-cache-size)
- [Debrid Config](#debrid-config) - [Debrid Config](#debrid-config)
- [Repair Config (**BETA**)](#repair-config-beta)
- [Proxy Config](#proxy-config) - [Proxy Config](#proxy-config)
- [Qbittorrent Config](#qbittorrent-config) - [Qbittorrent Config](#qbittorrent-config)
- [Arrs Config](#arrs-config) - [Arrs Config](#arrs-config)
- [Proxy](#proxy)
- [Repair Worker](#repair-worker) - [Repair Worker](#repair-worker)
- [Proxy](#proxy)
- [**Note**: Proxy has stopped working for Real Debrid, Debrid Link, and All Debrid. It still works for Torbox. This is due to the changes in the API of the Debrid Providers.](#note-proxy-has-stopped-working-for-real-debrid-debrid-link-and-all-debrid-it-still-works-for-torbox-this-is-due-to-the-changes-in-the-api-of-the-debrid-providers)
- [Changelog](#changelog) - [Changelog](#changelog)
- [TODO](#todo) - [TODO](#todo)
@@ -139,7 +142,7 @@ This is the default config file. You can create a `config.json` file in the root
"qbittorrent": { "qbittorrent": {
"port": "8282", "port": "8282",
"download_folder": "/mnt/symlinks/", "download_folder": "/mnt/symlinks/",
"categories": ["sonarr", "radarr"], "categories": ["sonarr", "radarr"]
}, },
"repair": { "repair": {
"enabled": false, "enabled": false,

View File

@@ -56,7 +56,7 @@
"arrs": [ "arrs": [
{ {
"name": "sonarr", "name": "sonarr",
"host": "http://radarr:8989", "host": "http://sonarr:8989",
"token": "arr_key", "token": "arr_key",
"cleanup": true, "cleanup": true,
"skip_repair": true, "skip_repair": true,
@@ -71,7 +71,7 @@
}, },
{ {
"name": "lidarr", "name": "lidarr",
"host": "http://lidarr:7878", "host": "http://lidarr:8686",
"token": "arr_key", "token": "arr_key",
"cleanup": false, "cleanup": false,
"skip_repair": true, "skip_repair": true,