• 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: August 23rd, 2023

help-circle


  • Obscuring home IP is the big one. You also don’t have to fiddle with opening ports on your router and maybe getting ISP attention for hosting on a residential network. But really obscuring home IP address would work.

    Dirt simplest solution is caddy on the same jellyfin server and port forward 443 and 80 on your router to that host. Hopefully letsencrypt will work without a domain but I’m not sure.


  • sudo@programming.devtoSelfhosted@lemmy.worldPlex has paywalled my server!
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    19 days ago

    But I ran into challenges getting my server safely accessible for users outside my LAN

    FWIW:

    1. vps + domain (optional?)
    2. connect vps to home server with wireguard (eg Tailscale)
    3. reverse proxy on the VPS forwarding to jellyfin (eg Caddy)

    Obviously not as trivial or seamless as Plex. Also I wouldn’t try to complicate this setup by using docker for everything. But once its up you can basically host whatever you want on the WAN from your LAN.