StarlitGhost / selfhost-ttrss

My docker config for Tiny Tiny RSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiny Tiny RSS is a self-hosted web-based RSS feed reader.

This docker config uses this image from LinuxServer.io

Setup

This relies on my base docker services and postgres. You'll want to symlink selfhost-base's .env file into this project's directory.

With postgres running you'll want to run the following to create an empty database:

docker exec -it postgres createdb -U docker ttrss

Once that's done you can just spin it up with docker-compose up -d. The remainder of the setup is done online at rss.${DOMAIN_BASE}

About

My docker config for Tiny Tiny RSS

License:MIT License