Skip to content

Commit 794c0fa

Browse files
Update README.md
1 parent 24ab56c commit 794c0fa

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# Get more trackers
2-
32
See 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

1120
Edit 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
1827
systemctl 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
```
3331
systemctl enable transmission-tracker-add.service
3432
systemctl 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
5153
Set user and password in manual-tracker-add.sh
5254

0 commit comments

Comments
 (0)