Skip to content

Commit 31bfaa8

Browse files
authored
Added /silo to URLs
1 parent a38c862 commit 31bfaa8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

self-hosting/govern/integrations/github.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ To configure GitHub integration, you'll need to create a GitHub App within your
3131
4. In the **Identifying and authorizing users** section, add the following **Callback URLS**.
3232

3333
```bash
34-
https://<your-domain>/api/github/auth/callback
35-
https://<your-domain>/api/github/auth/user/callback
34+
https://<your-domain>/silo/api/github/auth/callback
35+
https://<your-domain>/silo/api/github/auth/user/callback
3636
```
3737
These URLs allow Plane to verify and enable workspace connection with the Github App.
3838
![Add Callback URL](/images/github-integration/add-callback-url.webp)
3939

4040
5. In the **Post installation** section, add the below **Setup URL**.
4141

4242
```bash
43-
https://<your-domain>/api/github/auth/callback
43+
https://<your-domain>/silo/api/github/auth/callback
4444
```
4545
Redirects users to this URL after GitHub app installation.
4646
![Add setup URL](/images/github-integration/add-setup-url.webp)
@@ -49,7 +49,7 @@ To configure GitHub integration, you'll need to create a GitHub App within your
4949

5050
7. In the **Webhook** section, add the below **Webhook URL**.
5151
```bash
52-
https://<your-domain>/api/github/github-webhook
52+
https://<your-domain>/silo/api/github/github-webhook
5353
```
5454
This allows Plane to receive updates from GitHub repositories.
5555

0 commit comments

Comments
 (0)