From 1d63c1eaa2602eb272bace46c136cf1406626b5f Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Tue, 21 Jul 2026 21:13:22 +0200 Subject: [PATCH] fix(ui): move GitLab public endpoint controls into step 2 Keep OAuth app instructions first; put endpoint selection with the credentials form so setup flows top-to-bottom without a separate section. --- .../livewire/source/gitlab/change.blade.php | 70 +++++++++---------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/resources/views/livewire/source/gitlab/change.blade.php b/resources/views/livewire/source/gitlab/change.blade.php index cd219f7d3..fbe126656 100644 --- a/resources/views/livewire/source/gitlab/change.blade.php +++ b/resources/views/livewire/source/gitlab/change.blade.php @@ -158,41 +158,6 @@ return base ? base.replace(/\/+$/, '') + this.redirectPath : ''; } }"> - @if (!isCloud() || isDev()) -
-

Public endpoint

-
- GitLab will redirect back to this Coolify URL. It must match the Callback URL on your GitLab OAuth Application exactly. -
- -
- - @if ($fqdn) - - @endif - @if ($ipv4) - - @endif - @if ($ipv6) - - @endif - @if (config('app.url')) - - @endif - -
-
- -
-
- @endif -

Step 1: Create an OAuth Application on GitLab

Go to your GitLab instance and create a new OAuth Application:

@@ -224,6 +189,41 @@ + @if (!isCloud() || isDev()) +
+
Public endpoint
+
+ GitLab will redirect back to this Coolify URL. It must match the Callback URL on your GitLab OAuth Application exactly. +
+ +
+ + @if ($fqdn) + + @endif + @if ($ipv4) + + @endif + @if ($ipv6) + + @endif + @if (config('app.url')) + + @endif + +
+
+ +
+
+ @endif +