Skip to content

sashkab/ttrss-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tt-rss in docker

  • caddy2
  • postges 12.2
  • docker-compose
  • php-fpm 8

Usage

  1. Install docker, docker-compose, clone this repository.

  2. Update rss/cofnig.php with your hostname, email and other settings.

  3. Update caddy/Caddyfile with your hostname and uncomment ssl-related settings.

  4. Start docker-compose:

    docker-compose up -d && \
    sleep 5s && ./setup.sh && \
    docker-compose restart && \
    docker-compose logs -f
  5. Access tt-rss on http://localhost, or on host you configured in steps above.

WARNING: This is work-in-progress snapshot. Something works, something doesn't, and sometimes data will be lost. Use on your own risk. Report bugs and problems.

TODO

  1. Restore jobs
  2. Support for custom hostnames (currently it's done manually)

About

Set of scripts to start and run local copy of the ttrss.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published