File tree Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Original file line number Diff line number Diff line change 11# Get more trackers
2-
32See no peers for some torrent(s)? Add more tracker(s) from Transmission
43
5- ## Installation
4+ This script automatically checks new torrents and adds trackers
5+
6+ ## Installation and usage
7+
8+ * Docker way
9+
10+ Take image ` docker pull andrewmhub/transmission-tracker-add `
11+
12+ ``` docker run --net=host -d -e HOSTPORT=localhost:9091 -e TR_AUTH=user:password --name=transmission-tracker-add andrewmhub/transmission-tracker-add:latest ```
13+
14+ if you use transmission daemon in docker then read [ Docker Documentation] ( https://docs.docker.com/network/ )
615
7- Take image ` docker pull andrewmhub/transmission-tracker-add ` or
16+ * Systemd way
817
9- download script and make it executable:
18+ Download script and make it executable:
1019
1120Edit settings for transmission set rpc-enabled, rpc-username and rpc-password
1221
@@ -18,17 +27,6 @@ Set user and password in add-trackers-auto.sh
1827systemctl daemon-reload
1928```
2029
21- ## Usage
22- Automatically checks new torrents and adds trackers:
23-
24- * Docker way
25-
26- ``` docker run --net=host -d -e HOSTPORT=localhost:9091 -e TR_AUTH=user:password --name=transmission-tracker-add andrewmhub/transmission-tracker-add:latest ```
27-
28- if you use transmission daemon in docker then read [ Docker Documentation] ( https://docs.docker.com/network/ )
29-
30- * Systemd way
31-
3230```
3331systemctl enable transmission-tracker-add.service
3432systemctl start transmission-tracker-add.service
@@ -47,6 +45,10 @@ systemctl status transmission-tracker-add.service
4745
4846
4947
48+
49+
50+
51+
5052## Extra manual script if you need
5153Set user and password in manual-tracker-add.sh
5254
You can’t perform that action at this time.
0 commit comments