Testing plugins locally during development

Hello,

I am having some issues working on a new plugin locally. Mostly, I cannot figure out how to run caddy with my plugin loaded.

I have been through the wiki on GitHub, mainly this article which talks about directives and this one which references embedding caddy.

However, I am still have some issues, so I am curious to hear how others are developing plugins for caddy. Are there any special tricks/etc?

Thanks,

Brett

What are the issues you’re having?

Sorry for the delayed response here.

I think I have it figured out now. It wasn’t the most clear to me that I really just needed to clone the caddy repo and make changes to it’s source directly in order to test a new plugin.

1 Like