Dockerfile for Tiny Tiny RSS feed reader.
The image is available directly from Docker Hub
Repo was hugely inspired by Christian Lück's docker-ttrss container which unfortunately haven't been updated for a while (ie. used php5 which is no longer available in ubuntu 16.04).
Keep your feed history to yourself and access your RSS and atom feeds from everywhere. You can access it through an easy to use webinterface on your desktop, your mobile browser or using one of the available apps.
From the official readme:
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.
This section assumes you want to get started quickly, the following sections explain the steps in more detail. So let's start.
Clone git repo:
$ git clone https://github.com/unjello/docker-ttrss.git
Customize .env
file for your environment, and then build and run docker swarm with:
$ docker-compose build
$ docker-compose up
Swarm is using official (postgres)[https://hub.docker.com//postgres/] and (ubuntu)[https://hub.docker.com//ubuntu/] images.
The above example exposes the Tiny Tiny RSS webinterface on port 80, so that you can browse to:
The default login credentials are:
- Username: admin
- Password: password
Obviously, you're recommended to change these as soon as possible.
Configuration script handles everything for you. All you need to do is to provide few configuration options:
TTRSS_DB_USER=postgres
TTRSS_DB_PASS=ttrss
TTRSS_DB_NAME=ttrss
TTRSS_DB_PATH=
TTRSS_LOG_PATH=
The TTRSS_URL
config value should be set to the URL where this TinyTinyRSS
will be accessible at. Setting it correctly will enable PUSH support and make
the browser integration work. Default value: http://localhost
.
For more information check out the official documentation.
TTRSS_URL=https://example.org/ttrss