---
description: Learn how to connect your GitLab Self-Managed repositories to Capawesome Cloud for seamless integration with Live Updates and Native Builds.
title: GitLab Self-Managed Integration - Capawesome
image: https://capawesome.io/docs/assets/images/social/cloud/integrations/gitlab-self-managed.png
---

[ Skip to content](#gitlab-self-managed-integration) 

[ 🎉 Introducing **Capawesome Platform** — one platform for Live Updates, Native Builds, App Store Publishing, and Insider SDKs.](https://capawesome.io) 

* [  Formbricks ](/docs/plugins/formbricks/)
* [  Geocoder ](/docs/plugins/geocoder/)
* [  Google Sign-In ](/docs/plugins/google-sign-in/)
* [  Grafana Faro ](/docs/plugins/grafana-faro/)
* [  libSQL ](/docs/plugins/libsql/)
* [  Live Update ](/docs/plugins/live-update/)
* [  Managed Configurations ](/docs/plugins/managed-configurations/)
* [  Media Session ](/docs/plugins/media-session/)
* [  ML Kit ](/docs/plugins/mlkit/)
* [  Navigation Bar ](/docs/plugins/navigation-bar/)
* [  NFC ](/docs/plugins/nfc/)
* [  OAuth ](/docs/plugins/oauth/)
* [  Pedometer ](/docs/plugins/pedometer/)
* [  Photo Editor ](/docs/plugins/photo-editor/)
* [  PostHog ](/docs/plugins/posthog/)
* [  Printer ](/docs/plugins/printer/)
* [  Purchases ](/docs/plugins/purchases/)
* [  RealtimeKit ](/docs/plugins/realtimekit/)
* [  Screen Orientation ](/docs/plugins/screen-orientation/)
* [  Screenshot ](/docs/plugins/screenshot/)
* [  Secure Preferences ](/docs/plugins/secure-preferences/)
* [  Speech Recognition ](/docs/plugins/speech-recognition/)
* [  Speech Synthesis ](/docs/plugins/speech-synthesis/)
* [  Share Target ](/docs/plugins/share-target/)
* [  Square Mobile Payments ](/docs/plugins/square-mobile-payments/)
* [  SQLite ](/docs/plugins/sqlite/)
* [  Superwall ](/docs/plugins/superwall/)
* [  Torch ](/docs/plugins/torch/)
* [  Wifi ](/docs/plugins/wifi/)
* [  Zip ](/docs/plugins/zip/)
* [  Cloud ](/docs/cloud/)
* [  Live Updates ](/docs/cloud/live-updates/)
* Advanced
* Integrations
* [  Native Builds ](/docs/cloud/native-builds/)
* [  Configuration ](/docs/cloud/native-builds/configuration/)
* [  Environments ](/docs/cloud/native-builds/environments/)
* Guides
* [  Sample Projects ](/docs/cloud/native-builds/sample-projects/)
* [  Troubleshooting ](/docs/cloud/native-builds/troubleshooting/)
* [  Automations ](/docs/cloud/automations/)
* [  Assist ](/docs/cloud/assist/)
* Account
* Organizations
* [  Organization and User Management ](/docs/cloud/organizations/memberships/)
* [  Single Sign-On (SSO) ](/docs/cloud/organizations/sso/)
* [  Teams ](/docs/cloud/organizations/teams/)
* [  Two-Factor Authentication ](/docs/cloud/organizations/two-factor-authentication/)
* [  Integrations ](/docs/cloud/integrations/)
* [  Microsoft Teams ](/docs/cloud/integrations/microsoft-teams/)
* [  Slack ](/docs/cloud/integrations/slack/)
* [  License Keys ](/docs/cloud/license-keys/)
* [  Webhooks ](/docs/cloud/webhooks/)
* [  Pricing ](https://capawesome.io/pricing/)
* [  FAQ ](/docs/cloud/faq/)
* [  Support ](/docs/cloud/support/)
* [  Contributing ](/docs/contributing/)
* [  LLMs ](/docs/llms/)
* [  Insiders ](/docs/insiders/)
* [  License ](https://capawesome.io/legal/eula/)
* [  Support ](/docs/insiders/support/)
* [  FAQ ](/docs/insiders/faq/)
* [  Blog ](/blog/)
* Categories

# GitLab Self-Managed Integration[¶](#gitlab-self-managed-integration "Permanent link")

Connect your GitLab Self-Managed repositories to Capawesome Cloud to streamline your workflow for Live Updates and Native Builds. This integration allows Capawesome Cloud to access your source code from your self-hosted GitLab instance and automate deployments directly from your repository.

## Prerequisites[¶](#prerequisites "Permanent link")

Before you begin, ensure you have:

* A [Capawesome Cloud](https://console.cloud.capawesome.io) account with an app created.
* Access to a GitLab Self-Managed instance.

## Create a personal access token[¶](#create-a-personal-access-token "Permanent link")

To connect your GitLab Self-Managed instance to Capawesome Cloud, you need to create a personal access token with the appropriate permissions. Make sure the token owner has at least the **Reporter** role on the project you want to connect.

1. Log in to your GitLab Self-Managed instance.
2. In the upper-right corner, click on your avatar and select **Preferences**.
3. In the left sidebar, select **Personal access tokens**.
4. Click the **Add new token** button.
5. Enter a descriptive name for the token (e.g., "Capawesome Cloud").
6. Set an expiration date for the token (optional, but recommended for security).
7. Select the following scopes: `api`, `read_user` and `read_repository`.
8. Click **Create personal access token**.
9. Copy the generated token immediately and store it securely. You will not be able to see it again.

You will use this token when connecting your GitLab Self-Managed instance to Capawesome Cloud in the next step.

## Connect your repository[¶](#connect-your-repository "Permanent link")

To connect your GitLab Self-Managed repository to Capawesome Cloud, follow these steps:

1. Navigate to the [Git](https://console.cloud.capawesome.io/apps/%5F/git) page in the Capawesome Cloud Console.
2. Click on the **GitLab** tab in the **Git Providers** section.
3. A dialog will appear prompting you to enter your GitLab Self-Managed instance URL and token. Fill in the required information and click **Connect**.
4. After connecting, select **GitLab Self-Managed** as your Git provider within the **Git Repositories** section.
5. Choose an owner (group) and select the repository you want to connect to Capawesome Cloud.
6. Click the **Save** button to finalize the integration.

Your GitLab Self-Managed repository is now connected to Capawesome Cloud.

April 15, 2026 

 Back to top 