https://github.com/sashkab/ttrss-docker
Set of scripts to start and run local copy of the ttrss.
https://github.com/sashkab/ttrss-docker
docker docker-compose php rss ttrss
Last synced: 3 months ago
JSON representation
Set of scripts to start and run local copy of the ttrss.
- Host: GitHub
- URL: https://github.com/sashkab/ttrss-docker
- Owner: sashkab
- Created: 2017-10-16T17:44:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T18:05:48.000Z (6 months ago)
- Last Synced: 2025-03-23T19:02:15.139Z (3 months ago)
- Topics: docker, docker-compose, php, rss, ttrss
- Language: Shell
- Homepage:
- Size: 139 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tt-rss in docker
* caddy2
* postges 12.2
* docker compose
* php-fpm 8## Usage
1. Install docker, docker compose, clone this repository.
1. Update `rss/cofnig.php` with your hostname, email and other settings.
1. Update caddy/Caddyfile with your hostname and uncomment ssl-related settings.
1. Start docker compose:```sh
docker compose up -d && \
sleep 5s && ./setup.sh && \
docker compose restart && \
docker compose logs -f
```1. 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
1. Support for custom hostnames (currently it's done manually)