From 135bfe336d01afccfdf1c25b72d2a8efa3243ce6 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 19:17:18 +0000 Subject: [PATCH] docs: note https and public-address requirement for self-hosted GitLab host URL --- deploy/gitlab-self-hosted.mdx | 2 +- es/deploy/gitlab-self-hosted.mdx | 2 +- fr/deploy/gitlab-self-hosted.mdx | 2 +- zh/deploy/gitlab-self-hosted.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/gitlab-self-hosted.mdx b/deploy/gitlab-self-hosted.mdx index 38cbfecce..d7aedae5c 100644 --- a/deploy/gitlab-self-hosted.mdx +++ b/deploy/gitlab-self-hosted.mdx @@ -49,7 +49,7 @@ Unlike gitlab.com, where Mintlify ships a single OAuth application that every cu Click **Connect Self-Hosted GitLab** and enter: - - **GitLab instance URL**: the public URL of your GitLab instance, for example `https://gitlab.your-company.com`. Mintlify reaches your instance through this URL when exchanging tokens and calling the GitLab API. + - **GitLab instance URL**: the public URL of your GitLab instance, for example `https://gitlab.your-company.com`. Mintlify reaches your instance through this URL when exchanging tokens and calling the GitLab API. The URL must use `https://` and resolve to a public address. Mintlify rejects `http://` URLs and hosts that resolve to private, loopback, or link-local addresses when you save the instance. - **OAuth application client ID**: the **Application ID** from the previous step. - **OAuth application client secret**: the **Secret** from the previous step. diff --git a/es/deploy/gitlab-self-hosted.mdx b/es/deploy/gitlab-self-hosted.mdx index e2647a3d3..55ce774e9 100644 --- a/es/deploy/gitlab-self-hosted.mdx +++ b/es/deploy/gitlab-self-hosted.mdx @@ -53,7 +53,7 @@ A diferencia de gitlab.com, donde Mintlify proporciona una única aplicación OA Haz clic en **Connect Self-Hosted GitLab** e introduce: - - **GitLab instance URL**: la URL pública de tu instancia de GitLab, por ejemplo `https://gitlab.your-company.com`. Mintlify se comunica con tu instancia a través de esta URL al intercambiar tokens y llamar a la API de GitLab. + - **GitLab instance URL**: la URL pública de tu instancia de GitLab, por ejemplo `https://gitlab.your-company.com`. Mintlify se comunica con tu instancia a través de esta URL al intercambiar tokens y llamar a la API de GitLab. La URL debe usar `https://` y resolverse a una dirección pública. Mintlify rechaza las URLs `http://` y los hosts que se resuelven a direcciones privadas, de loopback o link-local al guardar la instancia. - **OAuth application client ID**: el **Application ID** del paso anterior. - **OAuth application client secret**: el **Secret** del paso anterior. diff --git a/fr/deploy/gitlab-self-hosted.mdx b/fr/deploy/gitlab-self-hosted.mdx index 4be42a25a..efa380921 100644 --- a/fr/deploy/gitlab-self-hosted.mdx +++ b/fr/deploy/gitlab-self-hosted.mdx @@ -53,7 +53,7 @@ Contrairement à gitlab.com, où Mintlify fournit une seule application OAuth co Cliquez sur **Connect Self-Hosted GitLab** et saisissez : - - **GitLab instance URL** : l'URL publique de votre instance GitLab, par exemple `https://gitlab.your-company.com`. Mintlify accède à votre instance via cette URL lors de l'échange de jetons et des appels à l'API GitLab. + - **GitLab instance URL** : l'URL publique de votre instance GitLab, par exemple `https://gitlab.your-company.com`. Mintlify accède à votre instance via cette URL lors de l'échange de jetons et des appels à l'API GitLab. L'URL doit utiliser `https://` et se résoudre à une adresse publique. Mintlify rejette les URL `http://` et les hôtes qui se résolvent à des adresses privées, de loopback ou link-local lors de l'enregistrement de l'instance. - **OAuth application client ID** : l'**Application ID** de l'étape précédente. - **OAuth application client secret** : le **Secret** de l'étape précédente. diff --git a/zh/deploy/gitlab-self-hosted.mdx b/zh/deploy/gitlab-self-hosted.mdx index ed779899b..011e0f492 100644 --- a/zh/deploy/gitlab-self-hosted.mdx +++ b/zh/deploy/gitlab-self-hosted.mdx @@ -53,7 +53,7 @@ keywords: ["GitLab", "自托管", "OAuth", "自动化", "企业"] 点击 **Connect Self-Hosted GitLab** 并输入: - - **GitLab instance URL**:你的 GitLab 实例的公网 URL,例如 `https://gitlab.your-company.com`。Mintlify 在交换令牌和调用 GitLab API 时会通过此 URL 访问你的实例。 + - **GitLab instance URL**:你的 GitLab 实例的公网 URL,例如 `https://gitlab.your-company.com`。Mintlify 在交换令牌和调用 GitLab API 时会通过此 URL 访问你的实例。URL 必须使用 `https://` 并解析为公网地址。保存实例时,Mintlify 会拒绝 `http://` URL 以及解析为私有、回环或链路本地地址的主机。 - **OAuth application client ID**:上一步中的 **Application ID**。 - **OAuth application client secret**:上一步中的 **Secret**。