Open Menu
AllLocalCommunitiesAbout
lotide
AllLocalCommunitiesAbout
Login

Nginx Proxy Manager 2.12.4 Released with Certbot Enhancements

⁨96⁩ ⁨likes⁩

Submitted ⁨⁨2⁩ ⁨days⁩ ago⁩ by ⁨KarnaSubarna@lemmy.ml⁩ to ⁨selfhosted@lemmy.world⁩

https://linuxiac.com/nginx-proxy-manager-2-12-4-released-with-certbot-enhancements/

source

Comments

Sort:hotnewtop
  • renegadespork@lemmy.jelliefrontier.net ⁨1⁩ ⁨day⁩ ago

    Hold off on this one if you use the official docker container.

    This update has some broken dependencies the prevent it from starting correctly.

    source
    • mobotsar@sh.itjust.works ⁨1⁩ ⁨day⁩ ago

      It works fine for me, fwiw

      source
  • teppa@piefed.ca ⁨1⁩ ⁨day⁩ ago

    Theres another webserver called Caddy that is pretty nice.

    source
    • EncryptKeeper@lemmy.world ⁨1⁩ ⁨day⁩ ago

      Caddy is my web server of choice but it doesn’t have a UI like NPM.

      source
      • illusionist@lemmy.zip ⁨1⁩ ⁨day⁩ ago

        My config is so barebones it doesn’t need a UI.

        But when I started out, a UI would’ve been amazing

        source
    • nucleative@lemmy.world ⁨1⁩ ⁨day⁩ ago

      I’m an old school nginx pro. So I keep using nginx for reverse proxies because it’s what I know. What does caddy have to offer (or traefik is anyone wants to jump in)? Are they just optimized for this function and more modern?

      source
      • Nibodhika@lemmy.world ⁨1⁩ ⁨day⁩ ago

        Configuration is much easier, e.g. this is the full config you need to expose nextcloud on nextcloud.example.com (assuming caddy can reach nextcloud using the hostname nextcloud)

        nextcloud.example.com {
                reverse_proxy nextcloud
        }
        

        Comparing that to ngnix configs that need a template for each different service (although to be fair they’re mostly the same).

        source
      • teppa@piefed.ca ⁨1⁩ ⁨day⁩ ago

        I've just had a lot more success using Caddy when it comes to things that require mod rewrites and stuff on Nginx. I dont know what they've done differently on the back end but the compatibility with random types of web server software seems to play nicer. Also theres Certbot integration built in which is nice.

        source
        • -> View More Comments
      • illusionist@lemmy.zip ⁨1⁩ ⁨day⁩ ago

        I was also used to npm. But caddy(file) is much cleaner and nicer and less hassle. It can be more difficult to set up because you may have to learn some things as it has no ui

        source
      • couch1potato@lemmy.dbzer0.com ⁨1⁩ ⁨day⁩ ago

        Caddy config (“Caddyfile”) is super easy to configure. In some cases it can be just one line to reverse proxy something. Search for a caddyfile example and you’ll see.

        source
      • KarnaSubarna@lemmy.ml ⁨1⁩ ⁨day⁩ ago

        Why not Traefik as reverse proxy?

        source
        • -> View More Comments
  • 872XXE@feddit.org ⁨1⁩ ⁨day⁩ ago

    Question: Can npm Import my existing configs, i have written by hand?

    source
    • GreenKnight23@lemmy.world ⁨1⁩ ⁨day⁩ ago

      …can we call it nxpm?

      I have trauma with the other one.

      source