Create RSS feeds from websites that don't offer them. This tool provides a simple way to generate a custom, smart RSS feed from virtually any URL. It's a completely free and open-source solution for keeping up with your favorite sites, blogs, or news sources directly in your preferred feed reader.
The generator is designed to be intelligent and flexible. Key capabilities include:
Simply paste a URL, select the content area, customize your filters, and copy the generated feed URL into your reader.
services:
rss-proxy:
image: damoeb/rss-proxy:latest
container_name: rss-proxy
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./static:/app/static
environment:
- NODE_ENV=production# No sensitive credentials are required for the default configuration of rss-proxy.
# If the application requires specific secrets in future updates, define them here.Auto-fetched about 18 hours ago
Auto-fetched about 18 hours ago