This is a simple Proxy which translates nzb.to requests to a nZEDb like format for sonarr, radarr, SickRage etc...
- Webserver with PHP 5
- Tor SOCKS5 Proxy
- copy files to webserver
- copy
httpdocs/inc/config.inc.php.sample
tohttpdocs/inc/config.inc.php
- change values in
config.inc.php
most should be good to go but you'll need to setSALT_KEY
,TMDB_KEY
andTORPROXY
(SALT_KEY should have 16, 24 or 32 chars) - make sure the webserver can write to
cache
,logs
,nzbs
andcookies
- set documentroot to httpdocs
- open website and generate your apikey
- add url and apikey to your software
Note: we use a small docker-compose
file to start a tor socks5 proxy
as well as a webserver
so you won't need to change the TORPROXY
value in config.inc.php
as it defaults to the docker one.
- copy
httpdocs/inc/config.inc.php.sample
tohttpdocs/inc/config.inc.php
- change values in
config.inc.php
most should be good to go but you'll need to setSALT_KEY
andTMDB_KEY
(SALT_KEY should have 16, 24 or 32 chars) - run
docker-compose up