A highly configurable and self-hosted webhook for GitLab and Discord.
- Push event
- Issue events
- Merge requests events
- Comments events
- Pipelines events
- Job events
- Wiki page events
Dependences:
- NodeJS ^11
- Discord.JS
- Express
- Body-Parser
To run webhook you need to clone the repository and run the command npm install
and npm start
. Webhook should start on port 7080.
The entire configuration is in the config.json
file.