It can be anything! The function that loads the initial bootstrap config is modular, so you can write your own implementation (just in case that wasn’t clear).
Thanks, definitely looking forward to figuring something out in the issue.
It can be anything! The function that loads the initial bootstrap config is modular, so you can write your own implementation (just in case that wasn’t clear).
Thanks, definitely looking forward to figuring something out in the issue.
@YourTechBud I suppose this commit will be helpful to you:
https://github.com/caddyserver/caddy/commit/a8fdc0a9987817173cc24016af1afb1ef09c0776
Yeah! That would be great!!! Thanks!
Btw, how do you recommend I use the code on the master branch?
Use xcaddy
: GitHub - caddyserver/xcaddy: Build Caddy with plugins
I assume you’ll be using it in plugin development mode, so set CADDY_VERSION
env var to master
or whatever commit you want.
That’s helpful
This topic was automatically closed after 60 days. New replies are no longer allowed.