Tt-rss plugin: fever api

From wikinotes
Revision as of 06:00, 7 September 2022 by Will (talk | contribs) (→‎Install)

Plugin for tt-rss that conforms to the Fever API (for clients).

Documentation

github https://github.com/DigitalDJ/tinytinyrss-fever-plugin

Install

cd /usr/local/www/tt-rss/plugins.local
git clone https://github.com/DigitalDJ/tinytinyrss-fever-plugin fever
chown -R www fever

Then enable fever plugin in tt-rss prefs

# enable fever plugin in tt-rss
- open tt-rss web ui:
  - settings > preferences:
    - plugins section (collapsed, horizontal, bottom)
      - [x] fever: Emulates the Fever API for Tiny Tiny RSS
      - save

# set fever password
- open tt-rss web ui:
  - settings > preferences:
    - fever section (collapsed, horizontal, bottom)
      - set password

# login to feed using tt-rss login
- https://example.com/tt-rss/plugins.local/fever/

Consider updating (with git pull) periodically