NOTE: This is not TT-RSS, but a fork to clean, secure and modernize it. The original author(s) are welcome to integrate our code back into the original project. Everyone is welcome to contribute.
Web-based news feed aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.
Currently, Docker is the recommended approach. Please ensure Docker and the docker-compose commands are installed, up-to-date and available.
To start the application, browser to the root directory of this repository and run:
docker-compose up -d
To initialize the database, run:
./bin/migrate_db
TextCaptcha - Used as a secure, privacy-sensitive captcha solution