Skip to content

StarlitGhost/selfhost-ttrss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors