Tiny Tiny RSS (TT-RSS) - Free and open source web-based news feed (RSS/Atom) reader and aggregator

Docker Tiny Tiny RSS (TT-RSS) - Free and open source web-based news feed (RSS/Atom) reader and aggregator

UPDATE 21/12/2019:
THIS IMAGE HAS BEEN DEPRECATED
We are no longer able to ingest tarballs from upstream repo


Screenshot 2019-11-05 at 23.03.41.png

Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.

Official site:


This tutorial is mostly for newcomers and those that are not so familiar with the Docker. I'm not an expert, but I want to share my installation as a tutorial to help others. Feel free to comment in the discussion section of this resource.

In this tutorial, we are going to use this Docker build for TT-RSS: linuxserver/tt-rss


Before you start with the installation of this image you need to create a database and user for that database with a password. I use PHPMyAdmin and MySQL for this.


Let's begin with the installation.

linuxserver/tt-rss container

Launch linuxserver/tt-rss container
  1. Go to the Registry tab in your Docker and search for linuxserver/tt-rss
  2. Click on linuxserver/tt-rss, click the Download button and choose latest build
  3. Wait for the image to download
  4. Go to Image tab and find linuxserver/tt-rss. Select it and click on button Launch


Continue in the Container creation wizard and choose Advanced settings.


General settings tab
Set Enable auto-restart.


Volume tab
Click on Add Folder button and create a folder structure in your Docker:
FolderMounth path
docker/ttrss/config/config

Port Settings tab
Local PortContainer port
< set your port number >80

Environment tab
VariableValue
PUID< your userID >
PGID< your groupID >
TZ< your timezone >
Click Apply button, wait a bit for everything to install, then navigate in your browser to http://yourNASip:yourTTRSSLocalPort and continue with the Installation wizard (you'll need database credentials now).



You can access your TT-RSS also from outside by using reverse proxy. (How to set up reverse proxy?)


For Mac/Reeder 4 users:

For TT-RSS to work with Reeder 4 app you'll need to install Fever plugin from here: DigitalDJ/tinytinyrss-fever-plugin

(go to Releases tab and download latest build)
Related resources



  • Like
Reactions: Rusty

Latest updates

  1. THIS IMAGE HAS BEEN DEPRECATED by LinuxServer

    UPDATE 21/12/2019: THIS IMAGE HAS BEEN DEPRECATED We are no longer able to ingest tarballs from...
Back
Top