https://github.com/tadeasf/rss-feed-public
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.
https://github.com/tadeasf/rss-feed-public
bun docker next react search torrent typescript
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/tadeasf/rss-feed-public
- Owner: tadeasf
- License: gpl-3.0
- Created: 2024-12-11T10:10:02.000Z (over 1 year ago)
- Default Branch: public
- Last Pushed: 2025-01-03T21:29:21.000Z (over 1 year ago)
- Last Synced: 2025-02-08T18:29:49.954Z (over 1 year ago)
- Topics: bun, docker, next, react, search, torrent, typescript
- Language: TypeScript
- Homepage: https://rss.tadeasfort.com
- Size: 542 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RSS Feed Application
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](https://github.com/tadeasf/transmission-pia-compose-public) and [plex-compose](https://github.com/tadeasf/plex-compose-public) to create a complete self-hosted streaming platform.
## System Overview
This application is part of a larger ecosystem:
1. RSS Feed App (this repo) - Manages and monitors torrent RSS feeds
2. [transmission-pia-compose](https://github.com/tadeasf/transmission-pia-compose-public) - Handles torrent downloading with VPN protection
3. [plex-compose](https://github.com/tadeasf/plex-compose-public) - Provides media streaming capabilities
Together, these components create an independent, self-hosted streaming platform.
## Prerequisites
- Docker and Docker Compose
- Bun (for local development)
- Node.js (for torrent-service)
- Recommended: Set up transmission-pia-compose and plex-compose first
## Quick Start
The application can be run in either development or production mode using our initialization script `run.sh`:
```bash
chmod +x run.sh
./run.sh --help
```