gitlab-webhook-receiver
Out of the box webhook receiver for gitlab and show webhook activities using browser notifications.
Screenshot
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