https://github.com/codysnider/urss
https://github.com/codysnider/urss
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codysnider/urss
- Owner: codysnider
- License: gpl-3.0
- Created: 2019-12-19T17:06:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T20:21:46.000Z (almost 6 years ago)
- Last Synced: 2025-03-27T17:46:15.917Z (about 1 year ago)
- Language: PHP
- Size: 36.4 MB
- Stars: 62
- Watchers: 13
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
**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.
[](https://scrutinizer-ci.com/g/codysnider/urss/?branch=master)
[](https://scrutinizer-ci.com/g/codysnider/urss/?branch=master)
## 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:
```bash
docker-compose up -d
```
To initialize the database, run:
```bash
./bin/migrate_db
```
## A Special Thanks To
[TextCaptcha](http://textcaptcha.com/) - Used as a secure, privacy-sensitive captcha solution