Kodus usually creates the webhook automatically. If that didn’t happen, follow these steps to set it up manually:Documentation Index
Fetch the complete documentation index at: https://docs.kodus.io/llms.txt
Use this file to discover all available pages before exploring further.
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”