An open API service indexing awesome lists of open source software.

https://github.com/namedottxt/rad

RSS Ain't Dead
https://github.com/namedottxt/rad

docker docker-compose rss rss-aggregator rss-feed rss-reader self-hosted svelte sveltekit web

Last synced: 13 days ago
JSON representation

RSS Ain't Dead

Awesome Lists containing this project

README

          

# RSS Ain't Dead

A dead simple self-hosted RSS reader because I didn't like the other options

![Preview](preview.png)

What to expect:
- No features
- Abandonware in a day or two
- Purple accents

Have a compose:
```yml
rad:
image: rad:latest
container_name: rad
build: .
volumes:
- ./feeds.txt:/app/feeds.txt
ports:
- 55300:5000
restart: unless-stopped
```