gitlab-webhook-receiver

1.0.3 • Public • Published

gitlab-webhook-receiver

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

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>

/gitlab-webhook-receiver/

    Package Sidebar

    Install

    npm i gitlab-webhook-receiver

    Weekly Downloads

    4

    Version

    1.0.3

    License

    MIT

    Last publish

    Collaborators

    • wyvernnot