All apps · 0 apps
patbrid
Docker app from jsrk's Repository
Overview
A real-debrid blackhole downloader using aria2 RPC
This is the original patbrid. It downloads files off of real-debrid.com using the aria2 downloader
https://hub.docker.com/r/mgoodings/patbrid/
Readme
View on GitHubpatbrid
A real-debrid blackhole downloader using aria2 RPC.
Environment Variables
| Value | Description | Default |
|---|---|---|
| REAL_DEBRID_API_KEY | Real Debrid API Key | |
| ARIA2_URL | Aria2 JSON-RPC URL | |
| ARIA2_SECRET | Aria2 JSON-RPC Secret | |
| WATCH_DIR | Directory to watch | /watch |
| WATCH_RATE | Rate to check for updates | 5000 |
Development
Requirements
- Docker
- aria2 with JSON-RPC enabled
Setup
Copy .env.example to .env
Run
$ docker-compose build
$ docker-compose run --rm downloader
Install Patbrid on Unraid in a few clicks.
Find Patbrid in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for Patbrid Review the template variables and paths Click Install
Requirements
You will need an instance of Aria2 running somewhere to download the files off Real-Debrid.
Categories
Download Statistics
2,760
Total Downloads
Related apps
Explore more like this
Explore allLinks
Details
Repository
mgoodings/patbridLast Updated2021-03-04
First Seen2023-03-11
Runtime arguments
- Network
bridge- Shell
sh- Privileged
- false
Template configuration
REAL_DEBRID_API_KEYVariable
You can obtain this from https://real-debrid.com/apitoken
- Default
- <your real debrid apikey>
WATCH_DIRPathrw
Directory to watch.
- Target
- /watch
- Value
- /mnt/user/media/temp/blackhole/
WATCH_RATEVariable
describes the polling rate for changes
- Default
- 5000
- Value
- 5000
ARIA2_URLVariable
Aria2 JSON-RPC URL
- Default
- http://127.0.0.1:6800/jsonrpc
- Value
- http://127.0.0.1:6800/jsonrpc
ARIA2_SECRETVariable
set this on your aria2 downloader
- Default
- yoursecret
- Value
- yoursecret