Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 797 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 797 Bytes

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)