A Next.js application for managing torrent RSS feeds, built with Bun and Docker. This application is designed to work together with transmission-pia-compose and plex-compose to create a complete self-hosted streaming platform.
This application is part of a larger ecosystem:
- RSS Feed App (this repo) - Manages and monitors torrent RSS feeds
- transmission-pia-compose - Handles torrent downloading with VPN protection
- plex-compose - Provides media streaming capabilities
Together, these components create an independent, self-hosted streaming platform.
- Docker and Docker Compose
- Bun (for local development)
- Node.js (for torrent-service)
- Recommended: Set up transmission-pia-compose and plex-compose first
The application can be run in either development or production mode using our initialization script run.sh
:
chmod +x run.sh
./run.sh --help