...
|
...
|
@@ -10,7 +10,7 @@ description: Setup transmission client on server
|
10
|
10
|
---
|
11
|
11
|
|
12
|
12
|
### tl;dr
|
13
|
|
-* How to setup Transmission client on your Linux server
|
|
13
|
+* How to setup Transmission web client on your Linux server
|
14
|
14
|
* Firewall setup
|
15
|
15
|
* Email notifications setup
|
16
|
16
|
|
...
|
...
|
@@ -51,6 +51,13 @@ hashed)
|
51
|
51
|
If you're a bitch and want to disable seeding right after torrent download is completed,
|
52
|
52
|
set ```ratio-limit``` to ```0``` and ```ratio-limit-enabled``` to ```true```.
|
53
|
53
|
|
|
54
|
+# Try web interface
|
|
55
|
+
|
|
56
|
+You don't need any HTTP server like Apache or Nginx, just go to http://your_domain:9091.
|
|
57
|
+Enter login username (by default empty) and password. That's all.
|
|
58
|
+
|
|
59
|
+{% img fancybox /images/transmission.png Transmission web client %}
|
|
60
|
+
|
54
|
61
|
# Open ports in your firewall
|
55
|
62
|
|
56
|
63
|
Find ```peer-port``` option in transmission config. Open this port in ```/etc/iptables/iptables.rules```:
|