-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Self-hosted] Allow projects to work with github.com the same way they do for GHE #9163
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
Comments
Happy to implement this if/when we schedule it. |
Another customer is asking (see internal) |
@jldec @jankeromnes I talked to Chris about this yesterday. There are ideas to externalize all kind of "admin" config surface from the app. Those have not been populated/discussed, yet, so take this with a grain of salt. For this issue it basically means: Let's do the minimum to make it work for self-hosted for now. And I learned yesterday that we in fact still have the view that would let you configure this "on installation". Maybe that's good enough for now, and the examples @mrsimonemms shared are mis-configured? 🤔 |
scheduled, since this unblocks self-hosted users who want to try working with github.com. |
Any chance you should share these steps? It would help us get unblocked. |
@rgoldfinger-quizlet Sure, I can share these steps below. However, note that the process is a little bit convoluted, and we'll soon ship a fix that makes How to integrate your Gitpod installation with a GitHub App?Requirements
Creating a GitHub AppTo connect your Gitpod installation with a GitHub App, you first need to create a new GitHub App (apps can only be pointed to a single Gitpod installation, and a Gitpod installation can only work with one single GitHub App). This can be done like so:
Connecting your Gitpod installation with your GitHub App
That's it 🎉 now your Gitpod installation should have a properly-configured GitHub App.
Troubleshooting
|
Uh oh!
There was an error while loading. Please reload this page.
Self-hosted users cannot easily use Gitpod projects with
github.com
because there is no straightforward way to configure the Gitpod GitHub App to work with a self-hosted Gitpod instance.This is one example of issue #8536.
The text was updated successfully, but these errors were encountered: