项目作者: tonythell

项目描述 :
Tiny Tiny RSS Docker container
高级语言: CSS
项目地址: git://github.com/tonythell/container-ttrss.git
创建时间: 2016-08-15T17:24:58Z
项目社区:https://github.com/tonythell/container-ttrss

开源协议:MIT License

下载


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:

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

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

  1. $ 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