Adnan Hajdarević

Results 62 comments of Adnan Hajdarević

If the server is sending the IP via headers one could use match-regex rule to validate the IP range. I would accept a good PR for this feature, but I...

Ugh, that's why I hate magic in applications :-( We should definitely improve YAML support, documentation, and make it an explicit option instead of magically loading it and then falling...

@moorereason I do (See #295), but the webhook.service is not generated by us :/

Yeah, we intentionally got rid of this functionality to simplify the hook handling logic. Like @classabbyamp said, it's best to handle it within the script itself. BTW, would you mind...

+1 to what @moorereason said, you can create a separate repo for this and I can link from the README if you want?

@moorereason Check out the `feature/new-rules` branch, let me know what you think about this approach? Generally, it would be nice if we could replace this rule mechanism with something more...

Yes, it works because we're serializing nil as `""`, but keep in mind that same rule will also trigger if the property is a string with contents `""`, and that's...

I also prefer to avoid package-managers. :( Maybe a quick hack would be to download binary and overwrite the one that the package provided?

Ugh, running webhook using snap seems to be quite problematic. I'd suggest downloading a binary, or compiling it yourself. Sorry :(