Skip to content

Tiny Tiny RSS

Homepage | Repository

Tags: RSS

Tiny Tiny RSS (tt-rss) is a free, flexible, open-source, web-based news feed (RSS/Atom/other) reader and aggregator.

inventories/homelab/group_vars/homelab.yml
ttrss_enabled: true
# You may want to change the default admin credentials
ttrss_admin_password: ""

By default, Tiny Tiny RSS can be accessed at http://[your_server_ip]:9007 or https://ttrss.[your_domain].com if you have DNS access configured.

See the default configuration options for Tiny Tiny RSS at roles/ttrss/defaults/main.yml. Add any overrides to your inventories/[your_inventory]/group_vars/homelab.yml file.

Oct 31, 2025