KiLMaN / T411-Torznab

A NodeJs proxy to download from T411 in Sonarr
26 stars 15 forks source link

T411-Torznab

Torznab proxy for T411 French Private Torrent Tracker

It uses Nodejs

Installation

Simply clone this repository Then run

npm install
cp config.json.sample config.json

Then edit the config.js file to enter your credentials and listen port of the proxy

Starting application

Simply run :

node server.js 

Then the proxy is listening on the port specified It will try to connect to http://api.t411.ch/ to obtain a token with the credentials set in the server.js file

Now you can configure Sonarr to use this proxy to make requests to T411 Settings Window The API key is not needed to this proxy, but you must input something so that Sonarr works For the moment the categories are not working (put anything you want here)

With docker

Simply build :

docker build -t t411-torznab .

Simply run :

docker run -d -p 9876:9876 -e USERNAME=t411USER -e PASSWORD=T411PASS t411-torznab