webhookd
webhookd copied to clipboard
A very simple webhook server launching shell scripts.
I got a setup where a webhook script executes docker-compose and uses a custom compose file inside the same directory. So my script looks like: ``` #!/bin/bash DIR=$(dirname $0) cd...
Hi When I execute: curl -v -XPOST http://localhost:8080/foo/bar I receive this error: ERR 2021/08/12 13:49:06.514247 Script not found: scripts/foo/bar
Hi Looking at the build/dockerfile - I have a number of Lua scripts that I’d like to execute from the bash/shell/command line. Here’s an example `lua_test.lua` to run. ```` #!/usr/bin/lua...
Hi @ncarlier, thanks for this nice piece of software. I want to execute a bash script as a background job, so that the HTTP request exits immediatly. I wasn't able...
Hello, Thank you for this awesome project ! I use my custom Dockerfile and I need a specific version of nodejs to run the nodejs scripts I tried these methods...
Hello, thanks for this tool ! Is it possible to have version tags for the lightweight docker image ? eg `1.18.0-edge` Currently there is only `latest` and `edge` for the...
I'm used that `:lastest` is always the current release version and something like `:edge` is ongoing development. In Dockerhub your `:latest` is some months old (about 1.16.0), but your latest...
Hello, I'm trying to use the docker container and send e-mails from it via google's smtp. Something doesn't work and I can't quite figure out why, as the logs are...
This project looks great and I'm wondering if it is possible to auto-instrument the provided shell scripts to emit Opentelemetry traces. I have a project called tracepusher which does this,...
Is it possible to make the docker logs timestamp use the local time zone rather than UTC? Just to make them a little easier to read?