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 3
3
See no peers for some torrent(s)? Add more tracker(s) from Transmission
4
4
5
5
## 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
+
7
11
Edit settings for transmission set rpc-enabled, rpc-username and rpc-password
12
+
8
13
```
9
14
wget --no-check-certificate -O /opt/bin/add-trackers-auto.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker-add-auto.sh
10
15
wget --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
14
19
```
15
20
## Usage
16
21
Automatically 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
+
17
31
```
18
32
systemctl enable transmission-tracker-add.service
19
33
systemctl start transmission-tracker-add.service
You can’t perform that action at this time.
0 commit comments