GitLab.com
(the SaaS version), and can easily be set up for self-hosted GitLab installations.
GitLab Integration
gitpod.io/#
as described in the Getting started page, or use the browser extension to add a convenient Gitpod button to every GitLab page.
GitLab
, your Gitpod account is already connected to your GitLab.com
account and you can skip this section.
If you have logged into Gitpod with a different provider, you can manually add your GitLab account as follows:
GitLab integration connect menu item
GitLab: Authorize Gitpod
GitLab integration connected
GitLab.com
is already pre-configured in Gitpod. But if you are using a Self-Hosted GitLab installation, you have to register it in Gitpod before it can be used.
Git Integrations
and click on the “New Integration” button.Git Integrations section in the Gitpod settings
New Git integration dialog
/-/user_settings/applications
on your GitLab installation to create an OAuth app. If desired, this can also be achieved with a group-owned or instance-wide OAuth app when you don’t want your application to only be owned by one user acccount. Type in a name (e.g. “Gitpod”) and paste the redirect URL in the corresponding text area. Check the api, read_user and read_repository scopes and click on Save Application.
Create new GitLab app
New GitLab app created