module:tt-rss

Available NS6 and NS7

Stephane de Labrusse at stephdl@de-labrusse.fr

Is this Module helpful to you ? Please consider donating

TT-rss is a rss reader, see https://tt-rss.org/redmine/projects/tt-rss/wiki

First you need to install my repository, see how to do it

Then

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
on NS6 and NS7 it is 'admin' think to set a password in the user panel of the server-manager
  • Control the services

normally the service tt-rss (which controls the feed updates) will be started automatically, if you want to control it

  service tt-rss start

you can use (start, stop, restart, status)

you can see the internal configuration database

  # config show tt-rss 
  tt-rss=service
      DomainName=
      MultiUser=enabled
      MysqlPort=3306
      access=private
      status=enabled

once you have modified a property you need to launch a signal-event : signal-event nethserver-tt-rss-update

  • DomainName

tt-rss check the internal setting SELF_URL_PATH to verify that you use the good URL set in the config.php. This value is set to the first and principal domain name of your server, then tt-rss is retrievable at https://YourDomainName/tt-rss.

You can adapt it by a command line

config setprop tt-rss DomainName 'domain.com'
signal-event nethserver-tt-rss-update

Then tt-rss will expect to be at https://domain.com/tt-rss. You must configure also your external dns zone to use that domain name with your server

  • 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
  signal-event nethserver-tt-rss-update
  • 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). If you use the internal authentication mechanism, 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

Please raise Issues on github

pwauth
perl-Expect
mod_authnz_external