Home Lab

Keys: ~/.ssh/windows-wsl + short names: ssh radarr, ssh qbittorrent, ssh proxmox

Apps on radarr box (.187)

AppLinkSSH check
Radarr (movies).187:7878ssh radarr "systemctl is-active radarr"
Sonarr (TV).187:8989ssh radarr "systemctl is-active sonarr"
Prowlarr (indexers).187:9696ssh radarr "systemctl is-active prowlarr"
Jellyseerr (requests).187:5055ssh radarr "docker ps | grep jellyseerr"
FlareSolverr (indexer solver, API only).187:8191 — Prowlarr → Settings → Indexers → http://localhost:8191ssh radarr "docker ps | grep flare"

Other boxes

BoxLink / IPSSH
qBittorrent (downloads).81:8080 — Host .81 Port 8080ssh qbittorrent "echo OK"
Jellyfin (watch).58:8096key pending
Proxmox (host).186ssh proxmox "pct list"

Paths (shared)

/downloads = 916G on .81 + .187  →  /downloads/complete/movies (radarr), /downloads/complete/shows (sonarr), temp /downloads/incomplete (qBit setting — never /root, fills 8G disk → errored)

Profiles

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).

Quick check (want 200,200,200,307)

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

Todo