Tiny Tiny RSS is a self-hosted, AJAX-based RSS reader, which rose to popularity as a replacement for Google Reader. It supports geeky advanced features, such as:
Plugins and themeing in a drop-in fashion
Filtering (discard all articles with title matching "trump")
Create /var/data/config/ttrs/ttrss.env, and populate with the following variables, customizing at least the database password (POSTGRES_PASSWORD and DB_PASS) and the TTRSS_SELF_URL to point to your installation.
# Variables for postgres:latestPOSTGRES_USER=ttrssPOSTGRES_PASSWORD=mypasswordDB_EXTENSION=pg_trgm# Variables for pg_dump running in postgres/latest (used for db-backup)PGUSER=ttrssPGPASSWORD=mypasswordPGHOST=dbBACKUP_NUM_KEEP=3BACKUP_FREQUENCY=1d# Variables for funkypenguin/docker-ttrssDB_USER=ttrssDB_PASS=mypasswordDB_PORT=5432DB_PORT_5432_TCP_ADDR=dbDB_PORT_5432_TCP_PORT=5432TTRSS_SELF_URL=https://ttrss.example.comTTRSS_REPO=https://github.com/funkypenguin/tt-rss.gitS6_BEHAVIOUR_IF_STAGE2_FAILS=2
Tiny Tiny RSS Docker Swarm config
Create a docker swarm config file in docker-compose syntax (v3), something like the example below:
Fast-track with premix! 🚀
"Premix" is a git repository which includes necessary docker-compose and env files for all published recipes. This means that you can launch any recipe with just a git pull and a docker stack deploy 👍.
🚀 Update: Premix now includes an ansible playbook, enabling you to deploy an entire stack + recipes, with a single ansible command! (more here)
Setup unique static subnets for every stack you deploy. This avoids IP/gateway conflicts which can otherwise occur when you're creating/removing stacks a lot. See my list here.
Serving
Launch TTRSS stack
Launch the TTRSS stack by running docker stack deploy ttrss -c <path -to-docker-compose.yml>
Log into your new instance at https://YOUR-FQDN - the first user you create will be an administrative user.
Chef's notes 📓
///Footnotes Go Here///
Tip your waiter (sponsor) 👏
Did you receive excellent service? Want to compliment the chef? (..and support development of current and future recipes!) Sponsor me on Github / Ko-Fi / Patreon, or see the contribute page for more (free or paid) ways to say thank you! 👏
Employ your chef (engage) 🤝
Is this too much of a geeky PITA? Do you just want results, stat? I do this for a living - I'm a full-time Kubernetes contractor, providing consulting and engineering expertise to businesses needing short-term, short-notice support in the cloud-native space, including AWS/Azure/GKE, Kubernetes, CI/CD and automation.
Want to know now when this recipe gets updated, or when future recipes are added? Subscribe to the RSS feed, or leave your email address below, and we'll keep you updated.