I already host multiple services via caddy as my reverse proxy. Jellyfin, I am worried about authentication. How do you secure it?
My setup:
- Locally (all in docker) ** JF for managing and local access ** JF with read only mounted volumes that uses the network of my Wireguard client container ** Wireguard client opening a tunnel to Wireguard server on VPS ** Ping container regularly doing pings to Wireguard Server so the connection stays up (didn’t manage it otherwise)
- VPS (Oracle Cloud free tier) ** Caddy as a reverse proxy with https enabled and geolocking (only certain countries are allowed to connect to) ** fail2ban to block IPs that try to bruteforce credentials ** Wireguard server
So my clients just get the URL of my reverse proxy and can access the read only JF through my Wireguard tunnel. Didn’t have to open any ports on my side. If someone is interested I can share the docker compose files later.
dan@upvote.au 4 days ago
Is it just you that uses it, or do friends and family use it too?
The best way to secure it is to use a VPN like Tailscale, which avoids having to expose it to the public internet.
paequ2@lemmy.today 4 days ago
I’ve been using Tailscale for a few months now and this is my only complaint. On Android and macOS, the Tailscale client gets randomly killed. So it’s an extra thing you have to manage.
It’s almost annoying enough to make me want to host my services on the actual internet… almost… but not yet.
Lem453@lemmy.ca 4 days ago
I use plain wireguard on me phone, always on essentially with no issues. I wonder why tailscale app can’t stay open.
fmstrat@lemmy.nowsci.com 22 hours ago
Try WG Tunnel instead. It will reconnect on loss, but you lose the Tailscale features (no big deal with dynamic DNS)
Byter@lemmy.one 3 days ago
If you make Tailscale your VPN in Android it will never be killed. Mileage may vary depending on flavor of Android. I’ve used this on stock Pixel and GrapheneOS.
Under Settings > Network and internet > VPN
Tap the Cog icon next to Tailscale and select Always-on VPN.
loutr@sh.itjust.works 4 days ago
Look up your phone on dontkillmyapp.com and make sure tailscale is excluded from battery and network “optimization”.
kalkhas@lemmy.ml 4 days ago
Have you tried disabling battery optimization for tailscale?
dan@upvote.au 4 days ago
Yeah my wife and I are both on Android, and I haven’t been able to figure out why it does that.
The Android client is open-source so maybe someone could figure it out. github.com/tailscale/tailscale-android
0x0@programming.dev 4 days ago
Maybe headscale will do better?