services:media_requests
Differences
This shows you the differences between two versions of the page.
| services:media_requests [2026/06/17 14:18] – created - external edit 127.0.0.1 | services:media_requests [2026/06/17 14:19] (current) – privacyl0st | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Overseerr (Media Request Server) ====== | ||
| + | Overseerr acts as the public-facing dashboard. Family and friends will log into this web portal to request movies and television shows. | ||
| + | |||
| + | **Architectural Guardrail: | ||
| + | |||
| + | ===== 1. Node.js & Application Deployment ===== | ||
| + | Install Overseerr natively on VM-B. It will listen locally on **TCP Port 5055**. | ||
| + | |||
| + | <file bash> | ||
| + | curl -fsSL https:// | ||
| + | sudo apt install -y nodejs | ||
| + | git clone https:// | ||
| + | cd / | ||
| + | npm install | ||
| + | npm run build | ||
| + | </ | ||
| + | |||
| + | Create the systemd unit `overseerr.service` mapped to the standard `/ | ||
| + | |||
| + | ===== 2. Plex OAuth Integration ===== | ||
| + | Navigate to `http://< | ||
| + | |||
| + | - Select **Sign In with Plex**. | ||
| + | - Login with your administrator Plex account. | ||
| + | - Navigate to **Settings → Users** and configure the default permissions for newly authenticated users (e.g., Enable " | ||
| + | |||
| + | ===== 3. Cross-VLAN API Routing ===== | ||
| + | To push approved requests to the download engines, you must map the ARR stack. | ||
| + | |||
| + | Navigate to **Settings → Services**: | ||
| + | - **Add Radarr:** - IP Address: `192.168.10.15` (The VLAN 10 Acquisition Host) | ||
| + | - Port: `7878` | ||
| + | - API Key: Paste the 32-character Radarr API Key. | ||
| + | - **Add Sonarr:** | ||
| + | - IP Address: `192.168.10.15` | ||
| + | - Port: `8989` | ||
| + | - API Key: Paste the 32-character Sonarr API Key. | ||
| + | |||
| + | //Testing Note: If you click " | ||
| + | |||
| + | **Next Step:** Deploy the heavy processing engine in [[services: | ||
services/media_requests.1781705902.txt.gz · Last modified: by 127.0.0.1
