I’m trying to set up a Jellyfin server, with a reverse proxy so I can access it via external networks. I can’t get the reverse proxy to work no matter what I try! Tried caddy, nginx, and apache2. My system is Ubuntu 22.04 arm64. Would anyone be willing to give me a pointer or even help me set it up? Could totally compensate for the effort haha.

  • pivotpixelsB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    How exactly do you plan to use a reverse proxy without a domain name? By it’s very nature, a reverse proxy by default works with a domain/subdomain name.

    I’d suggest you look up some docs/tutorials about DNS, Web server, Reverse Proxy etc. Looks like you got no clue on what you’re doing.

    • SavageTheUnicornOPB
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      Yes. I have a .us domain, and I have a domain with DuckDNS but I wasn’t able to get those working either. I just meant if possible I’d like to be able to still connect in the browser via ip instead of having to use the domain.

      • pivotpixelsB
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 months ago

        Is your public ip dynamic or static? Does your domain point to your proper public ip? Do you have ports 80 and/or 443 open to the public? Does your reverse proxy listen to your publicip:80 and 443? Is your connection under a CGNAT?

        You leave a lot of questions unanswered. Just stating ‘it doesn’t work’ doesn’t help to troubleshoot.

  • s_91B
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Edit: I should mention that I’m not trying to use a domain or anything

    Sorry how are you trying to access Jellyfin here?

    1. http://VPS_IP:8096

    2. http://DuckDNS_address:8096

  • kaysonB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Why do you need a reverse proxy? You don’t need one to access Jellyfin externally. People use them to simply fit access when running more than one service.

    I’d get it up and running locally first before trying it on a vps.