Skip to content

tonythell/container-ttrss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

container-ttrss

This Docker conatiner image allows you to run the Tiny Tiny RSS feed reader.

Tiny Tiny RSS is a web-based RSS/Atom feed aggregator and reader.

Credits:

The clue/ttrss docker image serves as the base for this project, so a big thanks goes to clue for his work and making it available.

Quick Start

First, start up a postgres database container:

$ docker run -d --name ttrssdb nornagon/postgres

Next, start the tt-rss container linking to the database container.

$ docker run -d --name ttrss --link ttrssdb:db -p 8080:80 tonythell/container-ttrss

You access the tt-rss web interface via http://localhost:8080.

The default login credentials are:

  • username: admin
  • password: password

Releases

No releases published

Packages

No packages published