Sign inSign up

passcod/postier

By passcod

Updated over 7 years ago

Ultra-minimal webhook server

Image
0

661

passcod/postier repository overview

Postier

Only accepts POST requests. Takes the request's path and, if a file hooks/$path (defaulting to hooks/default if the path is empty) exists in the current directory, executes it. It never returns any content through HTTP, but routes stdout and stderr of child processes to the server's I/O.

Response status:

  • 400: not a POST request
  • 404: hook not found
  • 204: hook executed

MIT

Tag summary

Content type

Image

Digest

sha256:773e23dab

Size

6.3 MB

Last updated

over 7 years ago

docker pull passcod/postier