User Tools

Site Tools


nethserver-tt-rss

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-tt-rss [2015/05/03 18:10]
stephdl
nethserver-tt-rss [2019/06/05 19:48] (current)
Line 3: Line 3:
 TT-rss is a rss reader, see https://tt-rss.org/redmine/projects/tt-rss/wiki TT-rss is a rss reader, see https://tt-rss.org/redmine/projects/tt-rss/wiki
  
-First you need to install my repository +First you need to install 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 Then
   yum install nethserver-tt-rss --enablerepo=stephdl     yum install nethserver-tt-rss --enablerepo=stephdl  
 +  
 +You need to go to https://your_ip/tt-rss (or in dashboard->application->tt-rss) and use a valid user of your nethserver 
 +  * admin User
 +<file>
 +on NS6 is 'admin' if a password is set
 +on NS7 create and use the user admin@yourdomain to login. yourdomain must be relevant to your domain :)
 +</file>
  
 ==== Usage  ==== ==== Usage  ====
- + 
 +   *Control the services
 normally the service tt-rss (which controls the feed updates)  will be started automatically, if you want to control it normally the service tt-rss (which controls the feed updates)  will be started automatically, if you want to control it
  
Line 24: Line 32:
         status=enabled         status=enabled
  
-once you have modified a property you need to launch a signal-event+once you have modified a property you need to launch a signal-event :     signal-event nethserver-tt-rss-update
  
 +  * rss Feed update 
 +
 +If you want to completely stop the daemon of feed update
 +if you want to modify it (private|public)
     config setprop tt-rss status disabled     config setprop tt-rss status disabled
     signal-event nethserver-tt-rss-update     signal-event nethserver-tt-rss-update
  
-Then you have to go to https://your_ip/tt-rss (or in dashboard->application->tt-rss) and use a valid user of your nethserver (can be 'adminif a password is set)+  * Private/Public access 
 +by default tt-rss is allowed only on the private side, eg : your local network. 
 +if you want to modify it (private|public) 
 +    config setprop tt-rss access public 
 +    signal-event nethserver-tt-rss-update 
 + 
 +  *Multi User 
 +By default the multi user access is activated, tt-rss can manage several users with their personnal rss feeds 
 +if you want to modify it (enabled|disabled) 
 +    config setprop tt-rss MultiUser disabled 
 +    signal-event nethserver-tt-rss-update 
 + 
 +  *Authentication 
 +Control the way users are authenticated. Correct values are **http** (apache protect the access), **internal** (uses the internal database to manage users and groups. An admin have to create user account before they can login). you need to login using admin/password on NS6 or  admin@yourdomain/password on NS7 
 + 
 +    config setprop tt-rss  Authentication http 
 +    signal-event nethserver-tt-rss-update 
 + 
 +  *default system plugins for All 
 +You can force to all users some system plugins ('note' is by default, comma separated list), see  https://tt-rss.org/gitlab/fox/tt-rss/wikis/Plugins 
 + 
 +  config setprop tt-rss Plugins4All note,digest 
 +  signal-event nethserver-tt-rss-update 
 + 
  
 ==== Issues ==== ==== Issues ====
nethserver-tt-rss.1430676607.txt.gz · Last modified: 2019/06/05 19:48 (external edit)