I installed mine on OPNsense. I used the OPNsense documentation: https://docs.opnsense.org/manual/how-tos/wireguard-client.html. Here is another guide: https://www.comparitech.com/blog/vpn-privacy/road-warrior-vpn-wireguard-opnsense/. And yet another if you want to set it up in docker: https://linuxiac.com/how-to-set-up-wireguard-vpn-with-docker/. However, the firewall rules can get a bit messy.
So I don’t use overseerr but I do use jellyseerr with my emby setup. Both are just webservers that use a webpage/site that you can login to and add/search for content that will then be sent to your -arr stack and finally indexed into Plex/Emby. You can install overseerr on whatever machine you like, but to access it your other devices need to know where to find it (ie IP:port of hosting machine). You should really set up overseerr on a machine that runs continuously, so like others have said, likely the machine you run Plex on.
I personally take this a step further and use an internal custom domain name (ie. jellyseerr.mymedia.com) that can be accessed from any device on my internal network. I set my router to capture all domain requests for “mymedia.com” and redirect them to a reverse proxy (swag in my case) that will then forward the requests to different IP:port combinations based on subdomain. For example: emby.mymedia.com, jellyseerr.mymedia.com, radarr.mymedia.com, etc. This allows you to access all your services using easy to remember domain names instead of IP addresses.
Prepare thine cochlear senses, oh noble audiophiles, for I’ve stumbled upon a sonorous marvel that’ll make your eardrums jitterbug like caffeinated squirrels at a techno rave. Upon placing these auditory gems upon your cranium, it’s as if you’re spelunking through the caverns of sound, where the bass is so profound that it feels like a cosmic beluga whale serenading a black hole.
Look into snapRAID. It does parity based data protection (up to 6 I believe). It’s free, opensource. I use it to run a nightly sync and scrub of ~3% of my total disk space, so in a month it scrubs everything to protect against bit rot. It then shoots me a nightly email with any errors or issues it detects. There is a learning curve, but I’m happy to provide some basic scripts for you to get it running in Windows. You can also run it on top of pooling solution such as Drivepool.
I have ~115TB of spinning rust currently. I house them (collection of 8-14TB WD white labels) in a DS4243 in which I replaced the IOM3s with IOM6s. I have this hooked up to a R630 (via an H200 IT controller) running ESXi with several VMs including a Windows VM running SnapRAID+Drivepool to manage the storage. I have the pool setup as a network share and run a docker stack with in which I bind the storage in fstab to my *arr setup, nzbhydra, rdt-client, etc. Someday I may transition to a full Linux setup with freenas, but this setup has served me well for years.
You could disable transcoding. But depending on what device you are streaming to this may not be possible. The device would have to support decoding of whatever the stream is encoded as. After several issues with Quicksync errors with an older Intel CPU, I finally tossed an old 1050ti in my Emby box. I patched the driver so it can handle more 1080p streams (https://github.com/keylase/nvidia-patch). It is solid, fixed all of my buffering/stuttering/artifacting issues and I think it can do 2-3 simultaneous 4k transcodes.
Agree! I turned on the arr/nzbget/nzbhydra/Emby docker stack several years ago and it just works. I add content from my phone and it’s downloaded and organized in Emby within 10 minutes. I started with several providers and indexers at first and whittled it down to Eweka (Omicron)/Newsdemon (Usenetexpress) for providers and Geek/Drunkenslug/althub for indexers.
I run SnapRAID on top of Drivepool on a windows machine. You could use SnapRAID with something like mergerfs on Linux if you wanted. I have two pools (10 data, 3 parity) and a (3 data, 1 parity). With snapraid I run pool syncs nightly and scrub (~3% nightly to cover the entire array monthly).I tried unRAID first and liked it, but there were some issues with my LSI controller resulting in poor write speed, I was never able to figure it out. I’ve been running the Drivepoo/SnapRAID combination now for ~6 years or so. I’ve had to rebuild two drives from parity in that time and it was painless (a config file edit and two commands).
I’ve exclusively used Sonarr/Radarr/Readarr for TV/Movies/Books and audiobooks for the past several years. Combined with a few usenet indexers and a decent usenet provider these programs are fantastic (fully automated other than selecting the content and speeds often max my gig connection). It does take a bit of reading and tweaking to get it all setup but I can’t recall the last time I couldn’t find content.
MAM is why I have a seedbox.