All apps · 0 apps
Domoticz
Docker app from sdesbure's Repository
Overview
Readme
View on GitHubT411-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
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.
Categories
Related apps
Explore more like this
Explore allDetails
sdesbure/T411Torznab