Keys: ~/.ssh/windows-wsl + short names: ssh radarr, ssh qbittorrent, ssh proxmox
| App | Link | SSH check |
|---|---|---|
| Radarr (movies) | .187:7878 | ssh radarr "systemctl is-active radarr" |
| Sonarr (TV) | .187:8989 | ssh radarr "systemctl is-active sonarr" |
| Prowlarr (indexers) | .187:9696 | ssh radarr "systemctl is-active prowlarr" |
| Jellyseerr (requests) | .187:5055 | ssh radarr "docker ps | grep jellyseerr" |
| FlareSolverr (indexer solver, API only) | .187:8191 — Prowlarr → Settings → Indexers → http://localhost:8191 | ssh radarr "docker ps | grep flare" |
| Box | Link / IP | SSH |
|---|---|---|
| qBittorrent (downloads) | .81:8080 — Host .81 Port 8080 | ssh qbittorrent "echo OK" |
| Jellyfin (watch) | .58:8096 | key pending |
| Proxmox (host) | .186 | ssh proxmox "pct list" |
/downloads = 916G on .81 + .187 → /downloads/complete/movies (radarr), /downloads/complete/shows (sonarr), temp /downloads/incomplete (qBit setting — never /root, fills 8G disk → errored)
HD-1080p default (Remux unchecked, WEB≤8G/Bluray≤12G) + CF Surround 5.1+ +100, Immersive 7.1 +25. UHD-WEB opt-in per movie (WEBDL/Bluray-2160p only, ≤30G).
for p in 7878 8989 9696 5055; do printf "$p:"; curl -s -o /dev/null -w '%{http_code}\n' http://192.168.50.187:$p/; done
/mnt/external_drive/media-qbitorrent/complete/... + auto-scan on import (Radarr/Sonarr Connect)