webhook - lightweight incoming webhook server to run shell commands
-
A Golang service where one can set up URL's for webhooks that will run a certain command line argument based on filters and triggers. Github
Now reading into it, I'm not sure it has much of a web interface - is this a dealbreaker for a Cloudron app? (I have not run this service locally myself). Also open to hearing about alternatives that might have a frontend to go along with such a service.
-
Hi @thetomester13,
I actually packaged it already two years ago https://git.cloudron.io/fbartels/webhook-app.
It indeed does not have a webui. Another complicating factor is that it also greatly depends on the programs that you want to execute with it.
For most of the automations I am triggering through it, I just run the binary through systemd.
-
@fbartels wow what a turnaround time!
Thanks for sharing the repo and updating to latest, I'll give it a whirl.