Just like title. I remember there is a very detailed guide for setup a Plex server with Sonarr/Radarr for streaming from everywhere in my house. But I can't find it anymore.
If anyone has a guide and share it, I would be appreciate.
I use Plex but it seems that Jellyfin offers a wider range of hardware support for transcoding acceleration even with the plex pass (though if you're using a quicksync device for your server it's probably a nonissue)
C/Plex on Lemmy.ee has a bunch of nice guides I wrote up and curated. I had to drop back from modding due to a major life event, but I’d be glad to answer any questions you have.
I used Dockstarter, since I am relatively unfamiliar with Docker. If you haven't heard of it, it is essentially a GUI script that helps you with directories, ownership, and settings involved with a large selection of Docker containers. It tends to focus on the linuxserver io releases.
I like qBittorrent, and this particular image worked best with my VPN (AirVPN): Dockstarter: qBittorrentVPN. The linked support forum was helpful figuring out a couple of OpenVPN specific issues I had.
I have a docker compose script you can have that sets up an array of arr containers as well as plex and enby, plus qbittorrent and jackett fed through a vpn container. Ping me tomorrow so I can anonymize it and pass it to you if you'd like.
Here you can find the script. I commented the parts that i thought were not clear.
This does not include the streaming apps since people seem to have very strong preferences about that.
I use both Plex and Emby for different types of media, but any media server will work with this setup so I left those out to leave it more generic.
I also left Heimdall in there cause i find a landing page very useful but feel free to remove it as needed.
You will need OpenVPN credentials as provided by your VPN service, check here for a list of supported services and general FAQs and here for the tutorial this is based on.
I'm no expert myself but it is my understanding that the VPN container needs an explicit reference to the network to use to connect outwardly, and that definition just tells it to use the default connection of the host machine.