• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions difference between nginx and ddns service

     
    • 0 Vote(s) - 0 Average

    difference between nginx and ddns service

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-10-29, 01:12 PM
    Regardless whether you use Nginx or not, you'd need to use a DDNS service. Nginx is just a proxy or http/s server. The DDNS service is what allows you to use a domain name while having a dynamic IP address. If you were to use Nginx, you'd still need your DDNS service.

    As for why we suggest using Nginx, security is one and, related, https is another. Jellyfin's built in http server is not hardened and even if you were to use https directly within Jellyfin, there are attacks against https that weaken encryption that Jellyfin is not built to handle. Additionally, when using plaintext http, your API key is part of the URL that is sent between the client and server. And that API key travels over the Internet unencrypted. Using https would protect your API key since that portion of the URL becomes encrypted.

    Which is where Nginx comes in. Nginx is hardened, much more secure by default, and much, much more configurable to enhance security further. There are also a lot of tools to automate the process of getting and renewing certificates for proper https.

    Since you are using Ubuntu, just run "sudo apt install nginx" and follow our guide here.

    https://jellyfin.org/docs/general/networking/nginx/

    And once you have the https config for Jellyfin setup, you can then request certs. Let's Encrypt has an app, Certbot, to automate the request and renewal of your certs.

    https://certbot.eff.org/instructions?ws=nginx&os=snap
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    difference between nginx and ddns service - by Drake97 - 2024-10-29, 02:59 AM
    RE: difference between nginx and ddns service - by TheDreadPirate - 2024-10-29, 01:12 PM
    RE: difference between nginx and ddns service - by Drake97 - 2024-10-30, 03:35 AM
    RE: difference between nginx and ddns service - by Drake97 - 2024-10-30, 04:54 AM
    RE: difference between nginx and ddns service - by TheDreadPirate - 2024-10-30, 12:59 PM
    RE: difference between nginx and ddns service - by Drake97 - 2024-11-15, 07:57 AM
    RE: difference between nginx and ddns service - by TheDreadPirate - 2024-11-15, 02:57 PM
    RE: difference between nginx and ddns service - by Drake97 - 2024-11-15, 09:26 PM
    RE: difference between nginx and ddns service - by TheDreadPirate - 2024-11-15, 09:57 PM
    RE: difference between nginx and ddns service - by Drake97 - 2024-11-16, 01:38 AM
    RE: difference between nginx and ddns service - by TheDreadPirate - 2024-11-16, 01:55 AM
    RE: difference between nginx and ddns service - by Drake97 - 2024-11-16, 02:03 AM
    RE: difference between nginx and ddns service - by TheDreadPirate - 2024-11-16, 02:11 AM
    RE: difference between nginx and ddns service - by Drake97 - 2024-11-16, 02:50 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode