Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit 801614e

Browse files
committed
docs: Update CodeRabbit integration documentation for self-hosted GitHub
1 parent 8ab8293 commit 801614e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/integrations/setf-hosted-github.md renamed to docs/integrations/self-hosted-github.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ This page guides you through the process of integrating your CodeRabbit with you
6060

6161
4. Pull the CodeRabbit Docker image. The CodeRabbit Docker image is not available for public use. Please contact us at [[email protected]](mailto:[email protected]) for access.
6262

63+
```bash
64+
cat coderabbit.json | docker login -u _json_key --password-stdin https://gcr.io
65+
docker pull gcr.io/coderabbitprod/coderabbit-agent:latest
66+
```
67+
68+
> Note: The `coderabbit.json` file is a service account key file that will be shared with you.
69+
6370
5. Host the image on a server, serverless function, or a container environment and expose the port `8080`.
6471

65-
6. Install the GitHub App on your GitHub organization or user account and point the Webhook URL to the hosted CodeRabbit instance, for example, `127.0.0.1:8080/github_webhooks`. GitHub will send events to the CodeRabbit instance.
72+
6. Install the GitHub App on your GitHub organization or user account and point the Webhook URL to the hosted CodeRabbit instance, for example, `http://127.0.0.1:8080/github_webhooks`. GitHub will send events to the CodeRabbit instance.

0 commit comments

Comments
 (0)