From 0e66bb543d767a831cd64d87c12634573e3d4486 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 21:48:48 +0000 Subject: [PATCH 1/5] docs: note Pro+ plan requirement for self-hosted GitLab OAuth --- deploy/gitlab-self-hosted.mdx | 1 + es/deploy/gitlab-self-hosted.mdx | 1 + fr/deploy/gitlab-self-hosted.mdx | 1 + zh/deploy/gitlab-self-hosted.mdx | 1 + 4 files changed, 4 insertions(+) diff --git a/deploy/gitlab-self-hosted.mdx b/deploy/gitlab-self-hosted.mdx index 679ab55250..889396e261 100644 --- a/deploy/gitlab-self-hosted.mdx +++ b/deploy/gitlab-self-hosted.mdx @@ -18,6 +18,7 @@ Unlike gitlab.com, where Mintlify ships a single OAuth application that every cu - Admin access to your self-hosted GitLab instance. - Your GitLab instance must be reachable from `https://app.mintlify.com`. Instances behind a VPN or behind a firewall that blocks public ingress do not work. +- A Mintlify organization on the **Pro plan or higher**. Registering OAuth credentials and starting the authorization flow on Hobby or trial plans return a 403 error. Organizations that already have a self-hosted GitLab installation from before this requirement keep working and can re-authorize as normal. - A Mintlify organization that has the self-hosted GitLab feature enabled. Contact support if you don't see the **Self-hosted GitLab** section in your [Git settings](https://app.mintlify.com/settings/deployment/git-settings) dashboard page. ## Set up the connection diff --git a/es/deploy/gitlab-self-hosted.mdx b/es/deploy/gitlab-self-hosted.mdx index ac9ca7dd6d..2846f10dd1 100644 --- a/es/deploy/gitlab-self-hosted.mdx +++ b/es/deploy/gitlab-self-hosted.mdx @@ -20,6 +20,7 @@ A diferencia de gitlab.com, donde Mintlify proporciona una única aplicación OA - Acceso de administrador a tu instancia autoalojada de GitLab. - Tu instancia de GitLab debe ser accesible desde `https://app.mintlify.com`. Las instancias detrás de una VPN o de un firewall que bloquee la entrada pública no funcionan. +- Una organización de Mintlify en el **plan Pro o superior**. Registrar credenciales OAuth e iniciar el flujo de autorización en planes Hobby o de prueba devuelve un error 403. Las organizaciones que ya tenían una instalación de GitLab autoalojado antes de este requisito siguen funcionando y pueden volver a autorizar con normalidad. - Una organización de Mintlify que tenga habilitada la función de GitLab autoalojado. Contacta con soporte si no ves la sección **Self-hosted GitLab** en la página del dashboard [Git settings](https://app.mintlify.com/settings/deployment/git-settings).
diff --git a/fr/deploy/gitlab-self-hosted.mdx b/fr/deploy/gitlab-self-hosted.mdx index 67edaf6d49..bb31715185 100644 --- a/fr/deploy/gitlab-self-hosted.mdx +++ b/fr/deploy/gitlab-self-hosted.mdx @@ -20,6 +20,7 @@ Contrairement à gitlab.com, où Mintlify fournit une seule application OAuth co - Accès administrateur à votre instance GitLab auto-hébergée. - Votre instance GitLab doit être accessible depuis `https://app.mintlify.com`. Les instances derrière un VPN ou derrière un pare-feu qui bloque l'entrée publique ne fonctionnent pas. +- Une organisation Mintlify avec un **plan Pro ou supérieur**. L'enregistrement des identifiants OAuth et le démarrage du flux d'autorisation sur les plans Hobby ou d'essai renvoient une erreur 403. Les organisations qui disposaient déjà d'une installation GitLab auto-hébergé avant cette exigence continuent de fonctionner et peuvent réautoriser normalement. - Une organisation Mintlify pour laquelle la fonctionnalité GitLab auto-hébergé est activée. Contactez le support si vous ne voyez pas la section **Self-hosted GitLab** dans la page de votre tableau de bord [Git settings](https://app.mintlify.com/settings/deployment/git-settings).
diff --git a/zh/deploy/gitlab-self-hosted.mdx b/zh/deploy/gitlab-self-hosted.mdx index 89aedf4ac6..b13b838b0d 100644 --- a/zh/deploy/gitlab-self-hosted.mdx +++ b/zh/deploy/gitlab-self-hosted.mdx @@ -20,6 +20,7 @@ keywords: ["GitLab", "自托管", "OAuth", "自动化", "企业"] - 拥有自托管 GitLab 实例的管理员权限。 - 你的 GitLab 实例必须可以从 `https://app.mintlify.com` 访问。位于 VPN 之后或被防火墙阻止公网入站访问的实例无法使用。 +- 你的 Mintlify 组织需要 **Pro 或更高套餐**。在 Hobby 或试用套餐上注册 OAuth 凭据和启动授权流程会返回 403 错误。在此要求之前已建立自托管 GitLab 安装的组织可继续使用,并可照常重新授权。 - 你的 Mintlify 组织已启用自托管 GitLab 功能。如果你在 [Git 设置](https://app.mintlify.com/settings/deployment/git-settings)控制台页面中未看到 **Self-hosted GitLab** 部分,请联系支持团队。
From c173532f25b2e1ca091ea1fcbb6f0f7ba06e3dab Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 14 Aug 2026 10:58:02 -0700 Subject: [PATCH 2/5] Apply suggestion from @ethanpalm --- deploy/gitlab-self-hosted.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/gitlab-self-hosted.mdx b/deploy/gitlab-self-hosted.mdx index 889396e261..38cbfecce1 100644 --- a/deploy/gitlab-self-hosted.mdx +++ b/deploy/gitlab-self-hosted.mdx @@ -18,7 +18,7 @@ Unlike gitlab.com, where Mintlify ships a single OAuth application that every cu - Admin access to your self-hosted GitLab instance. - Your GitLab instance must be reachable from `https://app.mintlify.com`. Instances behind a VPN or behind a firewall that blocks public ingress do not work. -- A Mintlify organization on the **Pro plan or higher**. Registering OAuth credentials and starting the authorization flow on Hobby or trial plans return a 403 error. Organizations that already have a self-hosted GitLab installation from before this requirement keep working and can re-authorize as normal. +- A Mintlify organization on the **Pro or Enterprise plan**. - A Mintlify organization that has the self-hosted GitLab feature enabled. Contact support if you don't see the **Self-hosted GitLab** section in your [Git settings](https://app.mintlify.com/settings/deployment/git-settings) dashboard page. ## Set up the connection From 0a415678cdd1171fce9cb299545a3139a0a9b561 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 14 Aug 2026 10:58:50 -0700 Subject: [PATCH 3/5] Update es/deploy/gitlab-self-hosted.mdx --- es/deploy/gitlab-self-hosted.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/deploy/gitlab-self-hosted.mdx b/es/deploy/gitlab-self-hosted.mdx index 2846f10dd1..e2647a3d31 100644 --- a/es/deploy/gitlab-self-hosted.mdx +++ b/es/deploy/gitlab-self-hosted.mdx @@ -20,7 +20,7 @@ A diferencia de gitlab.com, donde Mintlify proporciona una única aplicación OA - Acceso de administrador a tu instancia autoalojada de GitLab. - Tu instancia de GitLab debe ser accesible desde `https://app.mintlify.com`. Las instancias detrás de una VPN o de un firewall que bloquee la entrada pública no funcionan. -- Una organización de Mintlify en el **plan Pro o superior**. Registrar credenciales OAuth e iniciar el flujo de autorización en planes Hobby o de prueba devuelve un error 403. Las organizaciones que ya tenían una instalación de GitLab autoalojado antes de este requisito siguen funcionando y pueden volver a autorizar con normalidad. +- Una organización de Mintlify en el **plan Pro o superior**. - Una organización de Mintlify que tenga habilitada la función de GitLab autoalojado. Contacta con soporte si no ves la sección **Self-hosted GitLab** en la página del dashboard [Git settings](https://app.mintlify.com/settings/deployment/git-settings).
From d74198c9715ad23fb37f791b29b1719e31a13404 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 14 Aug 2026 10:58:57 -0700 Subject: [PATCH 4/5] Update fr/deploy/gitlab-self-hosted.mdx --- fr/deploy/gitlab-self-hosted.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/deploy/gitlab-self-hosted.mdx b/fr/deploy/gitlab-self-hosted.mdx index bb31715185..4be42a25ad 100644 --- a/fr/deploy/gitlab-self-hosted.mdx +++ b/fr/deploy/gitlab-self-hosted.mdx @@ -20,7 +20,7 @@ Contrairement à gitlab.com, où Mintlify fournit une seule application OAuth co - Accès administrateur à votre instance GitLab auto-hébergée. - Votre instance GitLab doit être accessible depuis `https://app.mintlify.com`. Les instances derrière un VPN ou derrière un pare-feu qui bloque l'entrée publique ne fonctionnent pas. -- Une organisation Mintlify avec un **plan Pro ou supérieur**. L'enregistrement des identifiants OAuth et le démarrage du flux d'autorisation sur les plans Hobby ou d'essai renvoient une erreur 403. Les organisations qui disposaient déjà d'une installation GitLab auto-hébergé avant cette exigence continuent de fonctionner et peuvent réautoriser normalement. +- Une organisation Mintlify avec un **plan Pro ou supérieur**. - Une organisation Mintlify pour laquelle la fonctionnalité GitLab auto-hébergé est activée. Contactez le support si vous ne voyez pas la section **Self-hosted GitLab** dans la page de votre tableau de bord [Git settings](https://app.mintlify.com/settings/deployment/git-settings).
From 3b8e92e8d28eabd5cd99e23f47e37283cfb59427 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 14 Aug 2026 10:59:02 -0700 Subject: [PATCH 5/5] Update zh/deploy/gitlab-self-hosted.mdx --- zh/deploy/gitlab-self-hosted.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh/deploy/gitlab-self-hosted.mdx b/zh/deploy/gitlab-self-hosted.mdx index b13b838b0d..ed779899b1 100644 --- a/zh/deploy/gitlab-self-hosted.mdx +++ b/zh/deploy/gitlab-self-hosted.mdx @@ -20,7 +20,7 @@ keywords: ["GitLab", "自托管", "OAuth", "自动化", "企业"] - 拥有自托管 GitLab 实例的管理员权限。 - 你的 GitLab 实例必须可以从 `https://app.mintlify.com` 访问。位于 VPN 之后或被防火墙阻止公网入站访问的实例无法使用。 -- 你的 Mintlify 组织需要 **Pro 或更高套餐**。在 Hobby 或试用套餐上注册 OAuth 凭据和启动授权流程会返回 403 错误。在此要求之前已建立自托管 GitLab 安装的组织可继续使用,并可照常重新授权。 +- 你的 Mintlify 组织需要 **Pro 或更高套餐**。 - 你的 Mintlify 组织已启用自托管 GitLab 功能。如果你在 [Git 设置](https://app.mintlify.com/settings/deployment/git-settings)控制台页面中未看到 **Self-hosted GitLab** 部分,请联系支持团队。