Update from code changes: self-hosted GitLab URL requirements - #7065
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
ethanpalm
approved these changes
Aug 24, 2026
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.
Summary
Clarifies the self-hosted GitLab OAuth setup docs to reflect the new save-time validation: the instance URL must use
https://and resolve to a public address. Previouslyhttp://was accepted; it is now rejected, and hosts resolving to private, loopback, or link-local addresses are also rejected when saving the instance. Updated English, Spanish, French, and Chinese versions of the page.Triggering code change: https://github.com/mintlify/server/pull/7501
Changes
deploy/gitlab-self-hosted.mdx: added a sentence on the GitLab instance URL step stating the https-only and public-address requirement, with what triggers rejection.es/deploy/gitlab-self-hosted.mdx,fr/deploy/gitlab-self-hosted.mdx,zh/deploy/gitlab-self-hosted.mdx: mirrored the same clarification.Note
Low Risk
Documentation-only updates aligned with server validation; no runtime or security logic changes in this repo.
Overview
Updates the self-hosted GitLab OAuth setup guides (English, Spanish, French, and Chinese) so the GitLab instance URL step matches new save-time validation on the product.
Each locale’s
gitlab-self-hosted.mdxnow states that the instance URL must usehttps://and resolve to a public address, and that Mintlify rejectshttp://URLs and hosts that resolve to private, loopback, or link-local addresses when you save the instance. No other sections or troubleshooting content were changed.Reviewed by Cursor Bugbot for commit 135bfe3. Bugbot is set up for automated code reviews on this repo. Configure here.