RSSHub

Topluluk tarafından oluşturulan rotalarla binlerce kaynaktan içerik toplayan RSS ağı.

RSSHub'a erişin

  • Web tarayıcınızı açın ve şu adrese gidin: http://<SERVER-IP>:1200

Dizin Yapısı ve Birimler

  • Yükleme Dizini: /root/rsshub
  • Redis Verileri: /root/rsshub/redis-data
  • Docker Compose Dosyası: /root/rsshub/docker-compose.yml

Hizmeti Yönetme

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

RSSHub'ı güncelleme

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

Başvuru Detayları