no localhost in cloud
This commit is contained in:
		@@ -52,6 +52,12 @@ uZx9iFkCELtxrh31QJ68AAAAEXNhaWxANzZmZjY2ZDJlMmRkAQIDBA==
 | 
				
			|||||||
            $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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user