User Tools

Site Tools


nethserver-transmission

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
nethserver-transmission [2015/05/21 21:59]
stephdl [Usage]
nethserver-transmission [2016/09/24 19:09]
stephdl
Line 13: Line 13:
  
 ====Installation==== ====Installation====
-Add my repository +Add my repository, [[nethserver|see how to do it]]
- +
-  yum install http://mirror.de-labrusse.fr/NethServer/6/noarch/nethserver-stephdl-1.0.0-1.ns6.noarch.rpm+
  
 then install the module then install the module
Line 89: Line 87:
  
 and think about the transmission samba share and think about the transmission samba share
 +
 +====DB entries====
 +
 +see the different db properties
 +  # config show transmission
 +  transmission=configuration
 +    DownloadDir=/var/lib/transmission/Downloads   #folder where save downloads
 +    TCPPort=51413               #port opened to public to allow peers to connect to transmission, set a value or set it randomly in transmission
 +    WebNameDir=dl-transmission  #Url to retrieve downloads : https://IP/dl-transmission
 +    Webaccess=private           #the web service to retrieve download is restricted to the local network (public/private)
 +    access=public               #peer port opened to public
 +    status=enabled
 +
 +and the entries relative to the daemon
 +
 +   # config show transmission-daemon 
 +   transmission-daemon=service
 +     Name=transmission     #Url to reach transmission web application https://IP/transmission
 +     TCPPort=9091          #transmission port restricted to the localhost
 +     access=none           #transmission port restricted to localhost (it exist a reverse proxy)
 +     status=enabled
 +
 +
 ==== Issues ==== ==== Issues ====
  
nethserver-transmission.txt · Last modified: 2019/06/05 19:48 (external edit)