go-gitlab-webhook icon indicating copy to clipboard operation
go-gitlab-webhook copied to clipboard

A GitLab webhook receiver written in Go

go-gitlab-webhook

A GitLab webhook receiver written in Go

Usage

  • git clone [email protected]:soupdiver/go-gitlab-webhook.git
  • cd go-gitlab-webhook
  • go build
  • cp config.example.json config.json
  • edit config.json that it fits your needs
  • ./go-gitlab-webhook [CONFIGPATH]

Future

  • upstart script