urss icon indicating copy to clipboard operation
urss copied to clipboard

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.

Scrutinizer Code Quality Code Coverage

Installation & Usage

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

A Special Thanks To

TextCaptcha - Used as a secure, privacy-sensitive captcha solution