This project generates RSS and Atom feeds for websites that don't have them. It acts as a bridge between platforms that do not offer feeds and your favorite RSS reader. With support for over 500 different websites, you can create custom feeds for social media, news outlets, e-commerce sites, and private forums. Follow specific YouTube channels, Reddit subreddits, Twitter hashtags, or even GitHub repository commits.
Beyond simple feed generation, it provides powerful tools to manage your information flow:
services:
rss-bridge:
image: rssbridge/rss-bridge:latest
container_name: rss-bridge
restart: unless-stopped
ports:
- "3000:80"
volumes:
- ./config:/app/config
environment:
- TZ=UTC# No sensitive credentials are required for a standard RSS-Bridge installation.
# Configuration is primarily handled via the config.ini.php file or whitelist.txt
# located in the ./config directory mapped in the docker-compose.yml file.Auto-fetched about 14 hours ago
Auto-fetched about 14 hours ago