Generate RSS and Atom feeds for websites that do not publish their own, from a searchable list of bridges.
RSS-Bridge generates RSS and Atom feeds for websites that do not offer them. You choose a bridge from a searchable list, fill in a short form, and it returns a feed URL you can subscribe to in any RSS reader, bringing sites, video channels and social accounts back into one place. RSS-Bridge is stateless with no database to run, needing only a local file cache.
cloudimg ships RSS-Bridge behind an nginx reverse proxy with the entire interface locked behind a unique HTTP Basic Auth password generated on first boot, so no default credential ever ships and the instance can never be abused as an open feed proxy. RSS-Bridge's own configuration is hardened with a curated bridge set and debug mode disabled, backed by a paired deploy guide and 24/7 cloudimg support.
Real screenshots taken while testing this image against its deployment guide.
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
## Overview
RSS-Bridge is a popular open source application that generates RSS and Atom feeds for websites that do not publish their own. You pick a bridge from a searchable list, fill in a short form, and RSS-Bridge returns a feed URL you paste into any RSS reader, so you can follow sites, video channels and social accounts in one place again. This AMI delivers RSS-Bridge fully installed and reverse-proxied behind nginx with php-fpm, so your personal feed generator is serving within minutes of launch, with no manual PHP, web server or permissions wiring required.
RSS-Bridge is stateless, with no database to run: a single local file cache is all it needs. That keeps the image simple, auditable and comfortable on small instance types.
## Why This AMI vs. Alternatives
## Application Stack
nginx answers on port 80 and passes requests to php-fpm over a local socket. RSS-Bridge runs as pure PHP through its front controller. systemd starts nginx and php-fpm on boot and restarts them on failure. RSS-Bridge's own configuration is hardened with a curated set of bridges and debug mode disabled. The architecture is simple, auditable and runs comfortably on small instance types.
## Security and Hardening
## Use Cases
## Getting Started
Launch the AMI, retrieve the generated Basic Auth password via SSH, open your browser to the instance's public IP on port 80, and sign in as admin. Pick a bridge, fill in the short form, and RSS-Bridge returns a feed URL to paste into any RSS reader. A built-in health endpoint answers on the web server for load-balancer and uptime checks.
RSS-Bridge is released into the public domain by its authors. This is a repackaged open source software product with additional charges for cloudimg support services. All product and company names are trademarks or registered trademarks of their respective holders.
## cloudimg Support