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 1
1
# Get more trackers
2
-
3
2
See no peers for some torrent(s)? Add more tracker(s) from Transmission
4
3
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/ )
6
15
7
- Take image ` docker pull andrewmhub/transmission-tracker-add ` or
16
+ * Systemd way
8
17
9
- download script and make it executable:
18
+ Download script and make it executable:
10
19
11
20
Edit settings for transmission set rpc-enabled, rpc-username and rpc-password
12
21
@@ -18,17 +27,6 @@ Set user and password in add-trackers-auto.sh
18
27
systemctl daemon-reload
19
28
```
20
29
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
-
32
30
```
33
31
systemctl enable transmission-tracker-add.service
34
32
systemctl start transmission-tracker-add.service
@@ -47,6 +45,10 @@ systemctl status transmission-tracker-add.service
47
45
48
46
49
47
48
+
49
+
50
+
51
+
50
52
## Extra manual script if you need
51
53
Set user and password in manual-tracker-add.sh
52
54
You can’t perform that action at this time.
0 commit comments