It’s also nice because it has ACME built right in (it takes care of your SSL/TLS certs for your site automatically without setting up a cron job or certbot yourself)
I hate the non-static world of the web as it exists today, so I just pre-gen static HTML pages and serve them direct from Caddy; or reverse proxy some other service that's running its own delivery method. Jellyfin, Sonarr, Radarr, etc -- none of them need a "proper" web server running in front of them.
Yeah steep is putting it mildly, it's not worth it below a certain scale. What it excels at is highly dynamic environments where things get spun up and down on the regular and all with auto scaling.
32 Comments
RustyNova@lemmy.world · 30 pts · 2y
What's wrong with caddie? Not in the loop
Deckweiss@lemmy.world · 17 pts · 2y
Nothing wrong with caddy, in fact they released a pretty nice update 2.8 just recently.
RustyNova@lemmy.world · 8 pts · 2y
Then why does the meme depict users leaving?
Deckweiss@lemmy.world · 10 pts · 2y
You think some rando on the internet making linux memes for upvotes is a good source of factual truth?
RustyNova@lemmy.world · 15 pts · 2y
No, but I'm trying to get the meme
markstos@lemmy.world · 8 pts · 2y
It’s the age-old choice between old and stable vs new and shiny.
The meme’s opinion is that old stable is the better choice, although that’s not always true.
db2@lemmy.world · 12 pts · 2y
What's
wrong withcaddie? Not in the looppossiblylinux127@lemmy.zip · 13 pts · 2y
A reverse proxy and web server that is easy to configure
4am@lemm.ee · 9 pts · 2y
It’s also nice because it has ACME built right in (it takes care of your SSL/TLS certs for your site automatically without setting up a cron job or certbot yourself)
db2@lemmy.world · 1 pts · 2y
ty
SidewaysHighways@lemmy.world · 9 pts · 2y
: ( probably nothing, I just don't understand the instructions well enough yet ( last I tried to read them)
wishing I could get the caddy local duckdns setup for vaultwarden going
GregorTacTac@lemm.ee · 2 pts · 2y
I'm dealing with almost the same problem!
kitnaht@lemmy.world · 27 pts · 2y
I hate the non-static world of the web as it exists today, so I just pre-gen static HTML pages and serve them direct from Caddy; or reverse proxy some other service that's running its own delivery method. Jellyfin, Sonarr, Radarr, etc -- none of them need a "proper" web server running in front of them.
possiblylinux127@lemmy.zip · 22 pts · 2y
I'll stick with Caddy
PlexSheep@infosec.pub · 16 pts · 2y
Caddy is amazing and actually simple.
tippfehlr@discuss.tchncs.de · 7 pts · 2y
caddy-docker-proxy is amazing, I just ned to specify two labels in the compose file and the service is online via a reverse proxy and automatic ssl.
PlexSheep@infosec.pub · 3 pts · 2y
I do it the hard way with my internal DNS and DHCP Server and lxc containers.
dogma11@lemmy.world · 6 pts · 2y
Caddy has been the easiest reverse proxy I've setup over the years.
Humorless4483@lemmy.world · 4 pts · 2y
I used it when I was running my server on windows but now I use nginx proxy manager it doesn’t get easier than that.
PlexSheep@infosec.pub · 1 pts · 2y
Npm is nice for having a GUI but once you need something more advanced it sucks imo. I had a lot of trouble with it's TLC certificates too.
xlash123@sh.itjust.works · 14 pts · 2y
Did you mean Sozu instead of "Suzu"? I can't find anything in "Suzu"
Samsy@lemmy.ml · 3 pts · 2y
Ah my fault, that's correct
numbermess@lemmy.world · 13 pts · 2y
Love me some Traefik
barsquid@lemmy.world · 3 pts · 2y
Either I am too stupid for Traefik or it is needlessly complicated (or both). Their docs didn't help either, this image was relatable.
Drathro@dormi.zone · 12 pts · 2y
Traefik is love. Traefik is life. How could you say "no" to that mascot!?
Pete90@feddit.de · 5 pts · 2y
Weird, isn't it. A lot of those successful services have cute little mascots. It influences me more than it should.
AnarchistArtificer@slrpnk.net · 5 pts · 2y
Your comment reminded me of this https://pixelastic.github.io/pokemonorbigdata/
justme@lemmy.dbzer0.com · 4 pts · 2y
If it's so well known, the configuration should be trivial ;)
Max_P@lemmy.max-p.me · 3 pts · 2y
Envoy proxy gang
barsquid@lemmy.world · 1 pts · 2y
I would love to learn Envoy but it looks like a truly steep curve.
Max_P@lemmy.max-p.me · 2 pts · 2y
Yeah steep is putting it mildly, it's not worth it below a certain scale. What it excels at is highly dynamic environments where things get spun up and down on the regular and all with auto scaling.
Aux@lemmy.world · 2 pts · 2y
There are servers but nginx?