I’ve been running a home server at home running CasaOS for a few months now. I use a wireguard vpn to remote in to use Jellyfin on my phone etc. Basically i want to know if there’s a way i can both hide my public IP (such as using a conventional vpn for torrenting) while still being able to remote in to my server?
I’ve been thinking of running running all my network traffic through my server and setting up some sort of firewall too, but I’m fairly new to this as this was originally just a project I did out of spite after getting rid of Spotify. I’m fairly green when it comes to networking and servers, but I’m otherwise pretty good with computers and can muddle my way through most things.
Any suggestions are greatly appreciated.
You can setup a docker compose config that routes all of the arr traffic through a gluetun VPN. Below is an example.
https://gist.github.com/stravos97/5c2159d4fb8eb33df75bb4700713e249
Edit: if you need some help feel free to ask. I’m out until tomorrow, but could share after that. I use ProtonVPN and everything routes through that except ports I open to local network to access various service’s GUI.