Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Latest commit

 

History

History
52 lines (35 loc) · 1.34 KB

File metadata and controls

52 lines (35 loc) · 1.34 KB

Tiny Tiny RSS Docker Image

The default login credentials are:

  • Username: admin
  • Password: password

Database

This container requires either a PostgreSQL or MySQL database instance. Set the following environment variables:

TTRSS_DB_HOST=
TTRSS_DB_PORT=
TTRSS_DB_NAME=
TTRSS_DB_USER=
TTRSS_DB_PASS=

If the database is running on a non-standard port, also pass DB_TYPE. Specify either pgsql or mysql.

If you already have a PostgreSQL or MySQL server around off docker you also can go with that. Instead of linking docker containers you need to provide database hostname and port like so:

-e TTRSS_DB_HOST=172.17.42.1
-e TTRSS_DB_PORT=3306

Other Environment Variables

The TTRSS_SELF_URL_PATH config value should be set to the URL where this container will be accessible at.

TTRSS_SELF_URL_PATH=https://example.org/ttrss

Plugins

This image includes the following plugins:

Themes

This image includes the following themes: