1.0.3 • Published 9 years ago

gitlab-webhook-receiver v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

gitlab-webhook-receiver

npm.io npm.io

Out of the box webhook receiver for gitlab and show webhook activities using browser notifications.

npm.io

Screenshot

Sceenshot

Step 1 Start the server using docker or npm

Docker

sudo docker run -p 3001:3001 wyvernnot/gitlab-webhook-receiver

NPM

npm start, or you can specify custom port like this PORT=3001 npm start

Step 2 Register the webhook server in gitlab project settings

Step 3 Put the following script into any website you want to receive notifications

<script type="text/javascript" src="http://HOST:PORT/"></script>
1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago