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’ve also seen https://trash-guides.info being mentioned
Thank you for everyone respone. Now I have enough material to setup my own streaming server.
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.
Sorry it took a while, busy weekend.
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.
Very interesting, thank you for sharing! Question from a newbie: why did you declare the host_network external network? What purpose does it serve and how is it managed?