Initial commit — MediaStack VM config and documentation

VM 113 on PVE1: Sonarr/Radarr/Prowlarr/qBittorrent behind WireGuard VPN.
All traffic exits through DO server, bypassing home ISP.
NFS exports movies and TV to Jellyfin (VM 112).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-04 12:57:47 +00:00
commit ef86214caa
10 changed files with 185 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=Sonarr
After=network.target wg-quick@wg0.service
Requires=wg-quick@wg0.service
[Service]
User=sonarr
Group=sonarr
ExecStart=/opt/Sonarr/Sonarr -nobrowser -data=/var/lib/sonarr
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target