Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

timendum/ttportal-react

Repository files navigation

Tiny Tiny RSS Portal - React editlion

Tiny Tiny RSS Portal is a Javascript portal, composed by feed widgets, similar to the old iGoogle or Netvibes.

Any help is appreciated, on everything, I'm not a front-end developer.

Installation

Just unzip the latest release (or build it by yourself) and put it somewere, the only backend needed is Tiny Tiny RSS itself.

  1. Put the build files in a directory on the same webserver of Tiny Tiny RSS.
  2. On the Tiny Tiny RSS istance enable the API access.
  3. Create a "Portal" category and add feeds to this category.
  4. The go to index.html.

End

Note

You can install the Tiny Tiny RSS Portal anywhere, but you have to configure the Access-Control-Allow-Origin header in ttrss the webserver. It works even in your hard disk, but the icon generator won't work, because of security policies on opening "local" files.

Details

This is a re-implmentation of the original ttportal, but this time in React.

Dependencies