you are viewing a single comment's thread
view the rest of the comments
[–] 31 points 5 months ago (5 children)

Reverse proxy doesn't really get you much security. If there is an application level issue a reverse proxy will not help

  • source
  • parent
  • hideshow 5 child comments
  • [–] 4 points 5 months ago (2 children)

    Hmmm, I'm a bit rusty on this but can't one put an auth gate in front of the application, handled by the reverse proxy?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 5 months ago (1 child)

    You can, that would actually give you security. Not sure how many people do that. I assumed a straight reverse proxy without any auth

  • source
  • parent
  • hideshow 1 child comment
  • [–] 2 points 5 months ago

    I think that's one of the major reasons to use pangolin over something like nginx - built in auth and support for oidc.

    Of course, the native jellyfin apps don't like the auth layer so idk if it helps if you're trying to install it on your dad's tv

  • source
  • parent