no localhost in cloud
This commit is contained in:
parent
923af88336
commit
6f9cd6a16b
@ -52,6 +52,12 @@ public function mount()
|
|||||||
$this->remoteServerHost = 'coolify-testing-host';
|
$this->remoteServerHost = 'coolify-testing-host';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
public function welcome() {
|
||||||
|
if (is_cloud()) {
|
||||||
|
return $this->setServerType('remote');
|
||||||
|
}
|
||||||
|
$this->currentState = 'select-server-type';
|
||||||
|
}
|
||||||
public function restartBoarding()
|
public function restartBoarding()
|
||||||
{
|
{
|
||||||
if ($this->createdServer) {
|
if ($this->createdServer) {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<h1 class="text-5xl font-bold">Welcome to Coolify</h1>
|
<h1 class="text-5xl font-bold">Welcome to Coolify</h1>
|
||||||
<p class="py-6 text-xl text-center">Let me help you to set the basics.</p>
|
<p class="py-6 text-xl text-center">Let me help you to set the basics.</p>
|
||||||
<div class="flex justify-center ">
|
<div class="flex justify-center ">
|
||||||
<x-forms.button class="justify-center box" wire:click="$set('currentState', 'select-server-type')">Get Started
|
<x-forms.button class="justify-center box" wire:click="welcome">Get Started
|
||||||
</x-forms.button>
|
</x-forms.button>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
Reference in New Issue
Block a user