Jump to content

RSSHub

From Official NixOS Wiki

RSSHub is an open-source RSS feed generator that can produce RSS and Atom feeds from virtually any website or service, including platforms that do not natively support RSS.

Setup

Note: The `services.rsshub` module has not yet been merged into a stable NixOS release. It is expected to become available with NixOS 26.05.

Enable the service by adding the following to your NixOS configuration:

services.rsshub.enable = true;

After rebuild, RSSHub will be available at http://localhost:1200


See also