docs: add self-hosted GitLab App (OAuth) source guide#640
Open
MikeChongCan wants to merge 1 commit into
Open
Conversation
Documents the new GitLab App source (the GitLab counterpart to GitHub Apps): creating the source, the GitLab OAuth application + redirect URI, required scopes, connecting, webhook configuration for push/MR preview deployments, and deploying a private repository. - Add applications/ci-cd/gitlab/setup-app.mdx - Add applications/ci-cd/gitlab/meta.json (order: integration, setup-app) - Link the new guide from gitlab/integration.mdx (methods table) - Note GitLab App integration in ci-cd/index.mdx Companion to coollabsio/coolify#10538.
20 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Documents the new self-hosted GitLab App (OAuth) source — the GitLab counterpart to GitHub Apps — added in coollabsio/coolify#10538.
Changes
applications/ci-cd/gitlab/setup-app.mdx— end-to-end guide: create the source, create the GitLab OAuth application + redirect URI, required scopes (api,read_user,read_repository), connect, configure the webhook for push/merge-request preview deployments, and deploy a private repository. Includes the SSRF/private-IP caveat and the optional SSH-clone path.applications/ci-cd/gitlab/meta.json— orders the GitLab section (integration,setup-app).gitlab/integration.mdx— adds a "Ways to Use GitLab" methods table linking the new guide.ci-cd/index.mdx— reflects that App integration is now available for GitLab too.Notes
nextper the repo contribution guidelines.gitlab/integration.mdxpage; happy to add screenshots if preferred.