ohwgiles / laminar

Fast and lightweight Continuous Integration
https://laminar.ohwg.net
GNU General Public License v3.0
300 stars 54 forks source link

Laminar own webhooks #183

Open benoitjpnet opened 1 year ago

benoitjpnet commented 1 year ago

Hello,

I know that the goal of Laminar is to be lightweight, but having to deal with something like webhook is a bit cumbersome.

Is there any chance for a web hooks feature implemented to Laminar? Or this is a no-go?

Maybe somehow related to #11.

ohwgiles commented 1 year ago

I'm not opposed to this if someone wanted to contribute a simple, solid implementation. It would need to be disabled by default, and maybe on a different port/listen address to the webui so that the sysadmin doesn't inadvertently allow unsafe access. Since it would be a "competitor" to laminarc, perhaps then laminarc could be transparently changed to use this protocol instead, to reduce code size.