Cameron Moore
Cameron Moore
@rgooch, I'm not ready to bake ACME into webhook at this point (maybe @adnanh is up for it), but raise a separate issue if you want to track that as...
[ff](https://pkg.go.dev/github.com/peterbourgon/ff/v3) looks like a good candidate for this.
> I'm not sure how to exactly mimic the request delegation with curl. Me either. > is there perhaps already a built in reverse proxy feature? No, and I'm not...
@arubacao, I can confirm what you're seeing.
See https://github.com/adnanh/webhook/issues/483#issuecomment-733775846
If you use the full path to the git binary, does it work?
What version of webhook and how did you install it? Check your file permissions. Does the user running the webhook service have access to execute the git binary? Are you...
I don't use snaps, but I'm assuming that's the problem. Cc: @adnanh
I'm assuming you'll need to reference the `lua` (or `lua.exe`) binary and pass your script as a parameter. See [Pass string arguments to command](https://github.com/adnanh/webhook/blob/master/docs/Hook-Examples.md#pass-string-arguments-to-command).
I'm afraid you'll have to figure that out on your own.