fix: plus boarding step about Coolify

This commit is contained in:
Andras Bacsai
2023-09-14 10:39:05 +02:00
parent 046eab3776
commit 4a4d73b87b
3 changed files with 45 additions and 14 deletions

View File

@@ -53,12 +53,13 @@ uZx9iFkCELtxrh31QJ68AAAAEXNhaWxANzZmZjY2ZDJlMmRkAQIDBA==
$this->remoteServerHost = 'coolify-testing-host';
}
}
public function welcome() {
public function explanation() {
if (isCloud()) {
return $this->setServerType('remote');
}
$this->currentState = 'select-server-type';
}
public function restartBoarding()
{
if ($this->createdServer) {