Hold off on this one if you use the official docker container.
This update has some broken dependencies the prevent it from starting correctly.
Question: Can npm Import my existing configs, i have written by hand?
…can we call it nxpm?
I have trauma with the other one.
Theres another webserver called Caddy that is pretty nice.
Caddy is my web server of choice but it doesn’t have a UI like NPM.
My config is so barebones it doesn’t need a UI.
But when I started out, a UI would’ve been amazing
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?
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
Why not Traefik as reverse proxy?
What they’re asking is why Traefik/Caddy and not nginx? Do they offer anything that nginx doesn’t? Nginx is pretty tried and true and honestly, in this space, I personally prefer tried and true over new and shiney unless new and shiney offers something I need that old faithful doesn’t.
To be fair, I was an Apache hold out for a looong time until I accepted my lord and savior nginx into my heart.
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.