File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 33See no peers for some torrent(s)? Add more tracker(s) from Transmission
44
55## Installation
6- * Download script and make it executable:
6+
7+ * Take image ` docker pull andrewmhub/transmission-tracker-add ` or
8+
9+ Download script and make it executable:
10+
711Edit settings for transmission set rpc-enabled, rpc-username and rpc-password
12+
813```
914wget --no-check-certificate -O /opt/bin/add-trackers-auto.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker-add-auto.sh
1015wget --no-check-certificate -O /etc/systemd/system/transmission-tracker-add.service https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/transmission-tracker-add.service
@@ -14,6 +19,15 @@ systemctl daemon-reload
1419```
1520## Usage
1621Automatically checks new torrents and adds trackers:
22+
23+ * Docker way
24+
25+ ``` docker run --net=host -d -e HOSTPORT=localhost:9091 -e TR_AUTH=user:password --name=transmission-tracker-add andrewmhub/transmission-tracker-add:latest ```
26+
27+ if you use transmission daemon in docker then read [ Docker Documentation] ( https://docs.docker.com/network/ )
28+
29+ * Systemd way
30+
1731```
1832systemctl enable transmission-tracker-add.service
1933systemctl start transmission-tracker-add.service
You can’t perform that action at this time.
0 commit comments