Francis Lavoie
Francis Lavoie
I was just wondering if you might have interest in writing a Caddy plugin layer for this lib? Apparently you know @mholt! :smile: We've had some users ask for guides/instructions/help...
I want to use `restart: unless-stopped` on my containers, but I realized that doing so with Caddy would be a bad idea on first deploy in the case that DNS/ports/etc...
What are the pros and cons of using the `blocking` option in the `config.yml`? It's not documented anywhere and I couldn't figure out what the main functionality differences are. I'm...
So, we have a default expiry for jobs, but I have a use-case where I want to get rid of data as quick as possible for security reasons. I want...
We can migrate to the new IP address type which should bring some performance and code quality improvements https://tip.golang.org/doc/go1.18#netip We don't need this right away though, and may be a...
Closes #4683 I found a legitimate use for `goto`! 😅 Pretty self explanatory, I think. `show` list is checked first, if non-empty. `hide` now further restricts on top of that,...
The [Caddy API](https://caddyserver.com/docs/api) in v2 is very powerful. One area that I found it lacking is in being able to make batch modifications in one atomic operation. Currently, the only...
There's a few different points to talk about here. --- Firstly -- I've been playing around a bit with `lb_try_duration` and I think this doesn't necessarily always have the desired...
When provisioning `basicauth`, there's a big performance hit on loading/reloading configs because it calculates a fake password; we don't need to do this on-the-fly, it's totally fine to hash the...