Webhook URLs must reach the Webhooks service (port 3332). Using the API domain only works if your reverse proxy routes
/.../webhook paths to the webhooks service.- Navigate to your GitLab project
- Go to “Settings” > “Webhooks”
-
Configure your webhook:
- URL: Enter the URL from your
.envfile:API_GITLAB_CODE_MANAGEMENT_WEBHOOK - Check Show full URL
- Name: (optional) Kodus Code Review
- Description: (optional) Kodus Code Review Webhook
- Secret token: Leave blank
- SSL verification: Enable SSL verification
- Trigger: Select the following events:
- Comments
- Issue events
- Merge request events
- URL: Enter the URL from your
- Click “Add webhook”