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 +