Skip to content

Commit 003f73c

Browse files
committed
Merge branch 'beta' of github.com:sirrobot01/debrid-blackhole into beta
2 parents b34935d + 4e2fb9c commit 003f73c

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,26 @@ This is an implementation of QbitTorrent with a **Multiple Debrid service suppor
66

77
### Table of Contents
88

9+
- [DecyphArr(Qbittorent, but with Debrid Support)](#decypharrqbittorent-but-with-debrid-support)
10+
- [Table of Contents](#table-of-contents)
911
- [Features](#features)
1012
- [Supported Debrid Providers](#supported-debrid-providers)
1113
- [Installation](#installation)
12-
- [Docker Compose](#docker-compose)
13-
- [Binary](#binary)
14+
- [Docker](#docker)
15+
- [Registry](#registry)
16+
- [Tags](#tags)
17+
- [Binary](#binary)
1418
- [Usage](#usage)
15-
- [Connecting to Sonarr/Radarr](#connecting-to-sonarrradarr)
16-
- [Sample Config](#sample-config)
17-
- [Config Notes](#config-notes)
18-
- [Log Level](#log-level)
19-
- [Max Cache Size](#max-cache-size)
20-
- [Debrid Config](#debrid-config)
21-
- [Proxy Config](#proxy-config)
22-
- [Qbittorrent Config](#qbittorrent-config)
23-
- [Arrs Config](#arrs-config)
24-
- [Proxy](#proxy)
19+
- [Connecting to Sonarr/Radarr](#connecting-to-sonarrradarr)
20+
- [Basic Sample Config](#basic-sample-config)
21+
- [Debrid Config](#debrid-config)
22+
- [Repair Config (**BETA**)](#repair-config-beta)
23+
- [Proxy Config](#proxy-config)
24+
- [Qbittorrent Config](#qbittorrent-config)
25+
- [Arrs Config](#arrs-config)
2526
- [Repair Worker](#repair-worker)
27+
- [Proxy](#proxy)
28+
- [**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)
2629
- [Changelog](#changelog)
2730
- [TODO](#todo)
2831

@@ -139,7 +142,7 @@ This is the default config file. You can create a `config.json` file in the root
139142
"qbittorrent": {
140143
"port": "8282",
141144
"download_folder": "/mnt/symlinks/",
142-
"categories": ["sonarr", "radarr"],
145+
"categories": ["sonarr", "radarr"]
143146
},
144147
"repair": {
145148
"enabled": false,

doc/config.full.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"arrs": [
5757
{
5858
"name": "sonarr",
59-
"host": "http://radarr:8989",
59+
"host": "http://sonarr:8989",
6060
"token": "arr_key",
6161
"cleanup": true,
6262
"skip_repair": true,
@@ -71,7 +71,7 @@
7171
},
7272
{
7373
"name": "lidarr",
74-
"host": "http://lidarr:7878",
74+
"host": "http://lidarr:8686",
7575
"token": "arr_key",
7676
"cleanup": false,
7777
"skip_repair": true,

0 commit comments

Comments
 (0)