AppsRSSRss Bridge

RSS-Bridge

Generate RSS/ATOM feeds for websites which don’t have one.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '2'
services:
  rss-bridge:
    image: rssbridge/rss-bridge:latest
    volumes:
      - ./config:/config
    ports:
      - 3000:80
    restart: unless-stopped

Resources

Website: https://rss-bridge.org/bridge01/

GitHub: https://github.com/RSS-Bridge/rss-bridge

Docker Hub: https://hub.docker.com/r/rssbridge/rss-bridge

Configuration: https://github.com/RSS-Bridge/rss-bridge#install-from-docker-hub