Kindly RSS Reader

Kindly RSS Reader is a self-hosted RSS aggregator designed for e-ink devices
and optimized for running on low-end computers.

GitHub Logo View on GitHub

Features

Installation

Docker Logo

Only Docker is available at the moment. Use the following command to run the image:

docker run -d -p 3000:3000 -v "$(pwd)/kindly-rss-data/data:/home/data" --restart unless-stopped --name kindly-rss nicoan/kindly-rss-reader
The argument --restart unless-stopped will strart the container automatically when the docker daemon stats, unless it is stopped. Remove it from the command if you don't want that behavior.

Screenshots

Light theme

Kindly RSS Reader light theme feed list screenshot Kindly RSS Reader light theme article screenshot Kindly RSS Reader light theme settings screenshot

Dark theme

Kindly RSS Reader dark theme feed list screenshot Kindly RSS Reader dark theme article screenshot Kindly RSS Reader dark theme settings screenshot