Skip to content

Add self-hosted section and update category positions #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refactor webhook URLs in self-hosted documentation
  • Loading branch information
hasit committed Oct 21, 2024
commit c7dae7075d3cd2627f4cfe71f150f085f018749b
2 changes: 1 addition & 1 deletion docs/self-hosted/azure-devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Consult official CodeRabbitAI documentation for a detailed [guide](https://docs.
2. Pull request updated
3. Pull request commented on

3. **Add Webhook URL**: Enter the URL pointing to the CodeRabbit service, followed by `/azure_webhooks` (e.g., [`http://127.0.0.1:8080/azure_webhooks`](http://127.0.0.1:8080/azure_webhooks)) for each webhook.
3. **Add Webhook URL**: Enter the URL pointing to the CodeRabbit service, followed by `/azure_webhooks` (e.g., `http://127.0.0.1:8080/azure_webhooks`) for each webhook.

## Prepare an `.env` file

Expand Down
4 changes: 1 addition & 3 deletions docs/self-hosted/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Generate a personal access token for the CodeRabbit user to be added in the `.en

Consult official CodeRabbitAI documentation for a detailed [guide](https://docs.coderabbit.ai/integrations/self-hosted-gitlab#generating-personal-access-token) on creating personal access tokens.

Add a webhook to each project
## Add a webhook to each project

1. **Navigate to Add Webhook Page**: Go to the webhook configuration page in the desired GitLab project.
2. **Add Webhook URL**: Enter the URL pointing to the CodeRabbit service, followed by `/gitlab_webhooks` (e.g., `http://127.0.0.1:8080/gitlab_webhooks`).
Expand All @@ -36,8 +36,6 @@ Add a webhook to each project
* Issues events
* Merge request events

Ensure the CodeRabbit user has at least “Developer”access to the current project.

## Prepare an `.env` file

Create an `.env` file with the following content:
Expand Down