Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T16:38:36.000Z (about 1 month ago)
- Last Synced: 2024-11-23T21:16:33.828Z (29 days ago)
- Topics: docker, docker-compose, php, rss, ttrss
- Language: Shell
- Homepage:
- Size: 137 KB
- Stars: 2
- Watchers: 3
- 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)