Just exposed Immich via a remote and reverse proxy using Caddy and tailscale tunnel. I’m securing Immich using OAuth.

I don’t have very nerdy friends so not many people appreciate this.

  • Lumun@lemmy.zipEnglish
    3·
    6 months ago

    Am I making a mistake by having my Jellyfin server proxied through nginx? The other service I set up did need to be public so I just copied the same thing when I set up Jellyfin but is that a liability even with a password to access?

    • timbuck2themoon@sh.itjust.worksEnglish
      5·
      6 months ago

      Not really. Personally I’d allow the service account running jellyfin only access to read media files to avoid accidental deletion but otherwise no.

      Also, jellyfin docs have a sample proxy config. You should use that. It’s a bit more in depth than a normal proxy config.