Matt Holt
Matt Holt
Eh, nevermind: quitting before the servers are fully started is most common I think (especially for unexpected stops, when the exit code is of interest), so I'll leave that a...
This is actually really appealing. What would it take to add SSH support? I don't see anywhere that says go-git doesn't support it; do you mean the puregit repo doesn't...
That's weird. Looks like something is wrong with the site for those docs (JS errors) -- sigh, sorry about that. I will have to look into that as soon as...
Ok, I think it's just that the auth plugin was moved/renamed to security: https://caddyserver.com/docs/modules/security And that does seem to work fine.
@AlexanderAllen Those paths look broken, starting with `/api/docs/config/apps/layer4.matchers.crowdsec` -- there is no app named `layer4.matchers.crowdsec`; the correct link should probably be `https://caddyserver.com/api/docs/module/http.handlers.request_debug`, but this is different than config-traversal docs, if...
Thanks @mdegat01 -- quite likely a bug in the docs system I wrote. I'm not sure what those have in common yet, though, so I'll need to find some time...
@freman That is look great. If there's anything I can do to help that plugin along (short of actual development, which I'm currently swamped for), please let me know. :)...
I'm a bit biased, but you could use [Caddy](https://caddyserver.com). It'll negotiate the certificates for you and keep them renewed while it's running.
Oh hey @coolaj86 -- are you still willing to maintain this? :smile: (I think GitHub uses "contributor" when you contribute to a repo, and "collaborator" when you're granted permissions to...
It'd be interesting to see what the performance tradeoff is; some applications may not need thread safety, and a mutex might slow them down? I dunno. Anyway, here's my solution;...