From fc03a87f30fe9cbbb8ae2dd09f169763f461d29f Mon Sep 17 00:00:00 2001 From: danciaclara Date: Mon, 4 Aug 2025 14:22:26 +0530 Subject: [PATCH 1/2] Fixd callback URLs in GitHub integration --- self-hosting/govern/integrations/github.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/self-hosting/govern/integrations/github.mdx b/self-hosting/govern/integrations/github.mdx index 5c552953..19841a8e 100644 --- a/self-hosting/govern/integrations/github.mdx +++ b/self-hosting/govern/integrations/github.mdx @@ -85,15 +85,15 @@ To configure GitHub integration, you'll need to create a GitHub App within your **For Plane cloud instance** ```bash - https://silo.plane.so/api/github/auth/callback - https://silo.plane.so/api/github/auth/user/callback + https://silo.plane.so/api/github-enterprise/auth/callback + https://silo.plane.so/api/github-enterprise/auth/user/callback ``` **For Plane self-hosted instance** ```bash - https:///silo/api/github/auth/callback - https:///silo/api/github/auth/user/callback + https:///silo/api/github-enterprise/auth/callback + https:///silo/api/github-enterprise/auth/user/callback ``` These URLs allow Plane to verify and enable workspace connection with the Github App. From b2d68c3f479052c8b4440e25db6d70708cfacd7f Mon Sep 17 00:00:00 2001 From: danciaclara Date: Mon, 4 Aug 2025 15:24:42 +0530 Subject: [PATCH 2/2] minor fixes --- self-hosting/govern/integrations/github.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/self-hosting/govern/integrations/github.mdx b/self-hosting/govern/integrations/github.mdx index 19841a8e..926f2a4c 100644 --- a/self-hosting/govern/integrations/github.mdx +++ b/self-hosting/govern/integrations/github.mdx @@ -85,15 +85,15 @@ To configure GitHub integration, you'll need to create a GitHub App within your **For Plane cloud instance** ```bash - https://silo.plane.so/api/github-enterprise/auth/callback - https://silo.plane.so/api/github-enterprise/auth/user/callback + https://silo.plane.so/api/oauth/github-enterprise/auth/callback + https://silo.plane.so/api/oauth/github-enterprise/auth/user/callback ``` **For Plane self-hosted instance** ```bash - https:///silo/api/github-enterprise/auth/callback - https:///silo/api/github-enterprise/auth/user/callback + https:///silo/api/oauth/github-enterprise/auth/callback + https:///silo/api/oauth/github-enterprise/auth/user/callback ``` These URLs allow Plane to verify and enable workspace connection with the Github App. @@ -253,6 +253,6 @@ To configure GitHub integration, you'll need to create a GitHub App within your cat private_key.pem | base64 -w 0 ``` -8. Once you've created the app, [activate the GitHub Enterprise integration in Plane](https://docs.plane.so/integrations/github#connect-github-enterprise-organization). +8. Once you've created the app, [activate the GitHub Enterprise integration in Plane](https://docs.plane.so/integrations/github?edition=github-enterprise#connect-github-organization).