Releases: nordicnode/TorBox-Media-Server
Releases · nordicnode/TorBox-Media-Server
v1.0.0
🎬 TorBox Media Server v1.0.0
A single-command, zero-storage personal streaming setup powered by TorBox cloud. No media is stored locally — everything streams directly from TorBox's cloud download and cache infrastructure.
🚀 Key Features
- Zero Local Storage: Streams all media content via WebDAV mounts and symlinks (using FUSE).
- All-in-One Service Suite: Automatically configures and links Prowlarr, Byparr, Decypharr, Seerr, Radarr, Sonarr, and Plex or Jellyfin.
- Hardware Acceleration Support: Auto-detects and configures hardware acceleration for Intel QuickSync (
/dev/dri), AMD VAAPI, and NVIDIA NVENC. - Automated Configuration: Pre-seeds API keys, configures download clients, naming conventions, and quality profiles out of the box using
jqand Service APIs. - Systemd Integration: Includes a systemd service to manage mount propagation and auto-start all containers on host boot.
- Easy Management: Includes
manage.shfor starting, stopping, updating, backup, restore, health checks, and checking logs.
📦 Component Port Registry
- Seerr (
5055): Beautiful web UI for browsing and requesting content. - Decypharr (
8282): The bridge that handles WebDAV mounting and symlink creation. - Prowlarr (
9696): Indexer management. - Byparr (
8191): Cloudflare bypass solver helper. - Radarr (
7878): Movie manager & searcher. - Sonarr (
8989): TV Show manager & searcher. - Plex (
32400) / Jellyfin (8096): Media server streaming host.
⚡ Quick Start
Clone the repository and run the setup script:
git clone https://github.com/nordicnode/TorBox-Media-Server.git && cd TorBox-Media-Server
chmod +x setup.sh && ./setup.shOr for unattended installs:
TORBOX_API_KEY="your-api-key" TORBOX_MEDIA_SERVER="plex" ./setup.sh --yes