this post was submitted on 01 Nov 2025
41 points (97.7% liked)

Selfhosted

59864 readers
920 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I'm currently using NPM and upgrading to a new VPS for my business. I have a public website and am going to host a few more for friends, plus a few other services. Everything is on docker for ease. I use Cloudflare for DNS so would prefer using a DNS challenge. I will change this at some point but not yet ready to!

Should I:

  1. stick with Nginx Proxy Manager which I know well (is it really that insecure or outdated?)
  2. switch to NPM Plus (assuming this is the easiest)
  3. switch to Caddy (seems to be there most recommended but will be a learning curve for me)
  4. Try out Nginx (seems like a massive learning curve so I'm very reluctant)
you are viewing a single comment's thread
view the rest of the comments
[–] slazer2au@lemmy.world 4 points 7 months ago (1 children)

If you are using docker have you looked at Traefik to act as your reverse proxy to replace nginx proxy manager?

[–] brewery@feddit.uk 2 points 7 months ago (1 children)

To be honest I forgot about it. I tried it two years ago when setting up my lab but struggled compared to NPM. Nowadays it seems like all the talk I used to hear about it is now about caddy.

[–] Zikeji@programming.dev 2 points 7 months ago

Even back then caddy was being talked about. I don't use caddy because, at least back then, it was only free for non commercial use (unless you compile it yourself).

I've been using Traefik for even longer though and haven't ran into any major issues. Definitely recommend it.