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

Add documentation for integrating CodeRabbit with self-hosted GitHub #41

Closed
wants to merge 5 commits into from
Closed
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
chore: Update CodeRabbit integration documentation for self-hosted Gi…
…tHub
  • Loading branch information
hasit committed May 9, 2024
commit 8ab8293ffaf2bc81cdef27540c363b094d77aa28
4 changes: 2 additions & 2 deletions docs/integrations/setf-hosted-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This page guides you through the process of integrating your CodeRabbit with you
- Client Secret
- Webhook Secret

3. Prepare `.env` file with the following information:
3. Prepare a `.env` file with the following information:

```bash
OPENAI_API_KEYS=<openai-key>
Expand All @@ -58,7 +58,7 @@ This page guides you through the process of integrating your CodeRabbit with you

> Note: For the `GITHUB_APP_PEM_FILE`, you need to flatten the PEM file by replacing newlines with `\n`.

4. Pull the CodeRabbit Docker image. The CodeRabbit Docker image is not available for public use. Please contact us at <[email protected]> for access.
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.

5. Host the image on a server, serverless function, or a container environment and expose the port `8080`.

Expand Down
Loading