no localhost in cloud

This commit is contained in:
Andras Bacsai
2023-08-30 18:35:20 +02:00
parent 923af88336
commit 6f9cd6a16b
2 changed files with 7 additions and 1 deletions

View File

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