Danitos@reddthat.com 1 week ago
I have a similar use-case.
What I did for the VPN was to use Wireguard. I configured it using wg-easy, and it’s, well, very easy. What your need to do is:
- Install wg-easy via Docker.
- Configure it and create a profile.
- Open ports in your router to allow port-forwarding the Wireguard tunnel.
- (Optional). Install a Wireguard client on your cellphone. I use “WG Tunnel”, a FOSS client. Note that the author of the app is a bit of a religious nut, If you care about that kind of stuff.
- Scan the profile QR generated in wg-easy on your WG Tunnel.
- Open Navidrome/Jellyfin, and done :)
Let me know If you have any questions, glad to help.
Well1@lemmy.world 1 week ago
Thanks for that much detailing, helps me a huge lot. Sounds good and easy, too. I’ll check if it fits my needs and try exactly that if what I have planned atm doesn’t work. I’ll let you know how it all ends up going ;D