From b9b33c831c767434ef4664b56db0a988b61fd7ff Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:17:19 +0200 Subject: [PATCH] Fix: Made help text more clear --- resources/views/livewire/server/form.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/server/form.blade.php b/resources/views/livewire/server/form.blade.php index e939e6541..ce33c7524 100644 --- a/resources/views/livewire/server/form.blade.php +++ b/resources/views/livewire/server/form.blade.php @@ -131,7 +131,7 @@ @elseif (!$server->isFunctional())
-

Please validate the server first. The SSH port needs to be open in the firewall on your hosting provider that coolify can validate the server and automatically configure cloudflare tunnels.

+

Please select manual cloudflare tunnel configuration (first then hit validate server) or validate the server first and then you can select automatic configuration.

For more information, please read our Documentation.

@endif