this post was submitted on 01 Jul 2025
96 points (99.0% liked)

Selfhosted

49049 readers
1099 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.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] teppa@piefed.ca 1 points 3 days ago (11 children)

Theres another webserver called Caddy that is pretty nice.

[–] nucleative@lemmy.world 1 points 3 days ago (8 children)

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?

[–] Nibodhika@lemmy.world 3 points 2 days 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).

load more comments (7 replies)
load more comments (9 replies)