this post was submitted on 28 Feb 2026
40 points (97.6% liked)

Selfhosted

56990 readers
525 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 posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

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

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I've been self hosting traditionally in debian, but I would like to be able to add services easier using docker. As such, I'm looking to move to a container based architecture.

One place I struggle is that I can't seem to find a good container where the default image supports ACME to support Let's encrypt for automatic cert renewal.

For Nginx, I would have you build my container. HAproxy ACME support seems to be a shell script.

Any suggestions?

you are viewing a single comment's thread
view the rest of the comments
[–] twelvety@fedia.io 1 points 20 hours ago

I use:

  • Apache with Letsencrypt client for single host reverse proxies or those with more complex needs. Not the easiest but when you understand it, it's fine. Lightweight, solid and very flexible.
  • NPM (Nginx Proxy Manager), either service or docker, where there's a lot of proxies on one host. Very simple, very reliable, baked in authentication.
  • Traefik, when building or deploying services, especially with docker swarm. Tags make it very smooth once you've got things set up and in your workflow.

All are good choices, but each has a specialism that make it a little bit better than the others.