RSS Support and Configuration

Rin supports RSS, Atom, and Json subscription formats

Configuration

Environment Variables

RSS itself does not require much configuration and is ready to use by default. However, you can modify its default settings through the following environment variables:

RSS_TITLE=<RSS title, defaults to your username>
RSS_DESCRIPTION=<RSS description, defaults to Feed from Rin>

You can add these environment variables in GitHub under Settings > Secrets and Variables > Actions > Variables > New repository variable.

Usage

RSS no longer requires any extra Workers route configuration. After deployment, you can access the feed endpoints directly.

Note

Note: RSS subscription paths have been moved from /sub/ to the root path. The old /sub/ paths remain available for backward compatibility.

The subscription address for RSS is:

<frontend domain>/rss.xml

The subscription address for Atom is:

<frontend domain>/atom.xml

The subscription address for Json is:

<frontend domain>/rss.json