English - little-brother/ds-search-plugin GitHub Wiki
Installation on DSM 6.x
- Open
Package Center
and installDocker
. - Download Releases-files.
- Install GET-proxy
lbgetproxy
: in Docker openImage
>Add
>Add From File
, chooselbgetproxy
and run container withAdvanced Settings
: onPort Settings
-tab set54321
for80
-port and onEnvironment
-tab setPROXY_IP
asip
-your-NAS andPROXY_PORT
as9050
. Leave them blank if you don't need a proxy. - Install Tor-proxy
lbtorproxy
(optional): in Docker openImage
>Add
>Add From File
, chooselbtorproxy
. Placetorrc
somewhere on NAS, then obtain bridges by request to a bot https://t.me/GetBridgesBot and edittorrc
. Run container withAdvanced Settings
: onPort Settings
-tab set9050
for9050
-port and onVolume
-tab add filetorrc
with/etc/tor/torrc
asMount path
. You can check the container by a commandcurl --socks5-hostname ip-NAS:9050 https://rutracker.org
. - Open Download Station settings >
BT Search
>Add
>rutracker.dlm
and set up login/password (validation doesn't work).
How to build
rutracker.dlm
rutracker.dlm
is a .tar.gz archive of bt-rutracker-files. You can use 7z to make the archive.
echo off
del /Q rutracker
del /Q rutracker.dlm
7z a -ttar -r -sae rutracker ./bt-rutracker/*
7z a -tgzip -r -sae rutracker.dlm rutracker
lbgetproxy and lbtorproxy
lbgetproxy
and lbtorproxy
are Docker images. You need Docker on your PC to build them.
su root
cd get-proxy
docker build -t lb/get-proxy:v1 .
docker save --output lbgetproxy lb/get-proxy:v1
chmod 777 lbgetproxy
Do the same commands to build lbtorproxy
.