papanito.ttrss
ansible role to install ttrss with all it's dependecies (php, postgres, lighttpd)
Posted May 12, 2022 by Adrian Wyssmann
Source
https://github.com/papanito/ansible-role-ttrss
Role Summary
Installs an dedicated instance of Tiny Tiny RSS and all it’s dependencies (php, PostgreSQL, Lighttpd).
Some restriction/caveats:
- The role does currently install and use lighttpd
- The role is not yet intended to install side-by-side of another app
- Very limited lighttpd configuration e.g. no ssl}
I recommend to use the role on a dedicate cloud instance - see below for an example on how I use it.
Background
When having a lot of sources for news the best way to keep in control for me is to use aggregate rss feeds in a single place. TTRSS is an amazing open source news aggregator with a lot of features which let’s me have control of which sources for news I consume and what of the topics I see or don’t - you can filter out topics which you are not interested.
Read also by blog post Low-cost news aggregator solution with Tiny Tiny RSS - a feedly alternative