Skip to content

dvddarias/webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webhook

A simple webhook binary to be installed as a service on linux (init & systemd)

On the repository there is a compiled binary for linux-amd64 of the project webhook. Please check it's documentation for further details on how to specify the commands.

##What is included

  1. webhook: compiled binary for linux-amd64.
  2. hooks.json: webhook command specification.
  3. init_install.sh: script that installs the webhook as a service on init system.
  4. systemd_install.sh: script that installs the webhook as a service on systemd.

##How to use it

git clone https://github.com/dvddarias/webhook.git
cd webhook
./init_install.sh
sudo service webhook status

##Uninstall

./init_install.sh -u

Note: use init_install.sh or systemd_install.sh according to your init system.

About

A simple webhook binary to be installed as a service on linux (init & systemd)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages