Tiny Tiny RSS
About
Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator
- Questions? Ask in the Cloudron Forum - Tiny Tiny RSS
- Tiny Tiny RSS Website
- Tiny Tiny RSS forum
Customizing configuration
Use the File Manager to place custom configuration under /app/data/env.sh
.
Please be careful when changing configuration since the Cloudron packaging might depend on it.
Installing Plugins
To install plugins, simply extract
them using the File Manager to /app/data/plugins.local
and restart the app.
To enable the plugin globally, you must edit the TTRSS_PLUGINS
variable in /app/data/env.sh
.
Alternately, each user can enable the plugin individually under Preferences.
You can see list of plugins here
Installing themes
To install themes, simply extract them
using the File Manager to /app/data/themes.local
and restart the app.
Some suggested themes:
Fever support
TinyTinyRSS supports Fever API using a plugin. There are many version of fever API floating around but this version is known to work.
Instruction on how to setup the apps is in the old forum page
External registration
To enable external registration, make two changes to /app/data/env.sh
using the File Manager:
- Set
TTRSS_ENABLE_REGISTRATION
totrue
- Edit the
TTRSS_PLUGINS
variable to includeauth_internal
. Note thatTTRSS_PLUGINS
is comma separated plugin names. This enables auth via the internal database authentication in addition to LDAP that Cloudron setup.