Up to 50% off all plan, limited-time offer. Starting at $2.48.

RSSHub

RSS network aggregating content from thousands of sources with community-built routes.

Access RSSHub

  • Open your web browser and go to: http://<SERVER-IP>:1200

Directory Structure & Volumes

  • Install Directory: /root/rsshub
  • Redis Data: /root/rsshub/redis-data
  • Docker Compose File: /root/rsshub/docker-compose.yml

Managing the Service

cd /root/rsshub
docker compose ps          # Check running containers
docker compose logs -f     # Follow logs
docker compose restart     # Restart all services
docker compose down        # Stop all services

Updating RSSHub

cd /root/rsshub
# Update image
docker compose pull
# Restart container
docker compose up -d

Application Details