add docs to server validation

This commit is contained in:
Andras Bacsai
2024-01-15 09:03:46 +01:00
parent 083dc15053
commit bccca6e874
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ class ShowPrivateKey extends Component
if ($uptime) {
$this->dispatch('success', 'Server is reachable.');
} else {
$this->dispatch('error', 'Server is not reachable. Please check your connection and private key configuration.');
$this->dispatch('error', 'Server is not reachable.<br>Please validate your configuration and connection. See this <a target="_blank" class="underline" href="https://coolify.io/docs/configuration#openssh-server">documentation</a>.');
return;
}
} catch (\Throwable $e) {