Find a file
2024-11-03 20:46:07 +01:00
.github/workflows added workflow 2022-05-20 12:11:00 +04:00
Dockerfile oops 2024-11-03 20:45:44 +01:00
README.md Configurable interval 2024-11-03 16:16:20 +01:00
tracker-add-auto.sh AAAAAAAAA 2024-11-03 20:46:07 +01:00

Get more trackers

See no peers for some torrent(s)? Add more tracker(s) from Transmission

Installation

cd directory where Dockerfile docker build -t transmission-tracker-add:latest . or take image docker pull git.incest.world/ashley/tracker-add

Usage

docker run --net=host -d -e HOSTPORT=localhost:9091 -e TR_AUTH=user:password -e INTERVAL=25 --name=transmission-tracker-add git.incest.world/ashley/tracker-add:latest

if need use another torrent tracker list use docker run env

-e TORRENTLIST=https://raw.githubusercontent.com/user/trackerslist/master/mylist.txt

you use transmission daemon in docker then read Docker Documentation