- caddy2
- postges 12.2
- docker compose
- php-fpm 8
-
Install docker, docker compose, clone this repository.
-
Update
rss/cofnig.php
with your hostname, email and other settings. -
Update caddy/Caddyfile with your hostname and uncomment ssl-related settings.
-
Start docker compose:
docker compose up -d && \ sleep 5s && ./setup.sh && \ docker compose restart && \ docker compose logs -f
-
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.
- Restore jobs
- Support for custom hostnames (currently it's done manually)