Matt Holt

Results 1992 comments of Matt Holt

Heh, I guess that will work then. :+1: Want to submit a PR?

Good point. It's almost like you'd need to toggle public/private, but not have both.

Yeah, I use build and then with to include both plugins: the current one (using =. To replace it with the local copy) and the other one.

There's a lot to unpack in that article... it will take me some time to go through it all...

Similar to Francis, if it's not Caddy itself I don't mind if other programs add their own CLI. But if you're going for parity with the `caddy` command (there is...

That's true. In that case it doesn't really matter then IMO. Since those specialty sub commands carry config on them.

Huh, that's weird, I think that might be different. Will try to do it when I have a chance.

Is this the same as #25? (I am new here, sorry if irrelevant!)

I was thinking more of using each loader modules' `Provision()` and `Cleanup()` methods to start/stop a goroutine that does the watching and reloading. As for removing... let me think more...

Via the `tls` app, so, `ctx.App("tls")` (then type-assert). We might need to add a method or two to the `caddytls.TLS` app type which can expose the cache or at least...