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:41]
stephdl [Reach Url]
nethserver-transmission [2015/05/21 22:01]
stephdl [DB entries]
Line 8: Line 8:
     We don't track our users, and our website and forums have no third-party ads or analytics.      We don't track our users, and our website and forums have no third-party ads or analytics. 
  
-Easy.+**Easy**.
  
 Transmission is designed for easy, powerful use. We've set the defaults to "Just Work" and it only takes a few clicks to configure advanced features like watch directories, bad peer blocklists, and the web interface. When Ubuntu chose Transmission as its default BitTorrent client, one of the most-cited reasons was its easy learning curve. Transmission is designed for easy, powerful use. We've set the defaults to "Just Work" and it only takes a few clicks to configure advanced features like watch directories, bad peer blocklists, and the web interface. When Ubuntu chose Transmission as its default BitTorrent client, one of the most-cited reasons was its easy learning curve.
Line 19: Line 19:
 then install the module then install the module
  
-  yum install nethserver-linux-dash --enablerepo=stephdl+  yum install nethserver-transmission --enablerepo=stephdl
  
 after that the transmission-daemon is started, go to https://IP/transmission  after that the transmission-daemon is started, go to https://IP/transmission 
Line 25: Line 25:
  
 ====Usage==== ====Usage====
 +  * Stop the service
 if you want to stop it (enabled/disabled) if you want to stop it (enabled/disabled)
  
Line 30: Line 31:
     signal-event nethserver-transmission-save     signal-event nethserver-transmission-save
  
-Transmission is particular, it doesn't write its configuration on the fly to its settings.json, **it does at the shutdown and it reads at the boot time**, Therefore when you modify some specific settings as +  * Web application settings 
 +Transmission is particular, it doesn't write its configuration on the fly to its settings.json, **it does at the shutdown and it reads at the boot time**, Therefore when you modify some specific settings **in the web application** of transmission like 
  
   * the rpc-peer (peer port 51413 by default)    * the rpc-peer (peer port 51413 by default) 
Line 46: Line 48:
 This event will read the **/var/lib/transmission/settings.json** and accordingly to these parameters will set good values to Nethserver (eg firewall, download folder....) This event will read the **/var/lib/transmission/settings.json** and accordingly to these parameters will set good values to Nethserver (eg firewall, download folder....)
  
 +  * Manual settings
 You will find some settings in the web application, nevertheless [[https://trac.transmissionbt.com/wiki/ConfigurationParameters|if you miss some specific]] then you must edit manually the /var/lib/transmission/settings.json **but it is a mandatory**, you must stop first the daemon You will find some settings in the web application, nevertheless [[https://trac.transmissionbt.com/wiki/ConfigurationParameters|if you miss some specific]] then you must edit manually the /var/lib/transmission/settings.json **but it is a mandatory**, you must stop first the daemon
  
Line 86: 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)