I’m slightly freaking out. I recently ran some updates on my Linux Mint server computer. Afterwards, my modules, like Porkbun, had been removed and kept giving a 400 error when trying to add-package. Without the porkbun dns module, caddy can’t pass the keys and nothing with reverse proxy from me. The porkbun git page mentions some upgrade to the DNS system a few days ago that they said was connected to this. Any ideas of what to do? Do I downgrade Caddy until they resolve? I’m not the most computer savvy so I appreciate the help.
Downgrade to 2.9 till the porkbun plugin gets updated to work withb2.10.
Xanza@lemm.ee 16 hours ago
I guess it depends on how you got caddy to begin with. If you used xcaddy, you have to update caddy the same way (recompile via
xcaddy
) otherwise you’ll get the default binary which has no misc modules by default, which kinda sounds like what’s happened but who knows for sure.If you’re feeling daring, you can try to compile
caddy
yourself withxcaddy
, it’s super easy.Save your
Caddyfile
’s, and uninstallcaddy
(ultra important). Installxcaddy
(apt install xcaddy [orgo install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
]). Then usexcaddy
to compilecaddy
with the modules you need;sugar_in_your_tea@sh.itjust.works 14 hours ago
That’s what I did for Cloudflare and it works well.