Domoticz

Domoticz

Docker app from sdesbure's Repository

Overview

Transform t411 in torznab compatible feeder for sonarr

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

Install Domoticz on Unraid in a few clicks.

Find Domoticz 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 Domoticz Review the template variables and paths Click Install

Related apps

Explore more like this

Explore all

Details

Repository
sdesbure/T411Torznab
Last Updated2026-07-15
First Seen2016-06-05