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
Next revision Both sides next revision
nethserver-transmission [2015/05/21 21:59]
stephdl [Usage]
nethserver-transmission [2015/05/21 22:01]
stephdl [DB entries]
Line 89: Line 89:
  
 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)