diff --git a/resources/views/livewire/boarding/index.blade.php b/resources/views/livewire/boarding/index.blade.php index 2777eb3ac..eb251dbaf 100644 --- a/resources/views/livewire/boarding/index.blade.php +++ b/resources/views/livewire/boarding/index.blade.php @@ -2,34 +2,33 @@
@if ($currentState === 'welcome') -

Welcome to Coolify

-

Let me help you to set the basics.

+

Welcome to your Last Hour Cloud

+

Let's help you to set up the basics and show you around.

- Get - Started + Let's Start
@endif
@if ($currentState === 'explanation') - + - Coolify is an all-in-one application to automate tasks on your servers, deploy application with Git + Last Hour Cloud is an all-in-one application to automate tasks on your servers, deploy application with Git integrations, deploy databases and services, monitor these resources with notifications and alerts without vendor lock-in - and much much more. + and much much more.

- +
-

You do not to manage your servers too much. Coolify do +

You do not to manage your servers too much. This does it for you.

All configurations are stored on your server, so - everything works without Coolify (except integrations and automations).

+ everything works without this (except integrations and automations).

You will get notified on your favourite platform (Discord, - Telegram, Email, etc.) when something goes wrong, or an action needed from your side.

+ Telegram, Email, etc.) when something goes wrong, or if an action is needed from your side.

Next @@ -55,10 +54,10 @@ Localhost is not reachable with the following public key.

Please make sure you have the correct public key in your ~/.ssh/authorized_keys file for user - 'root' or skip the boarding process and add a new private key manually to Coolify and to the + 'root' or skip the guided tour and add a new private key manually to Last Hour Cloud and to the server.
- Check this documentation for further help. Servers are the main building blocks, as they will host your applications, databases, services, called resources. Any CPU intensive process will use the server's CPU where you are deploying your resources.

-

Localhost is the server where Coolify is running on. It is not recommended to use one server +

Localhost is the server where Last Hour Cloud is running on. It is not recommended to use one server for everything.

Remote Server is a server reachable through SSH. It can be hosted at home, or from any cloud provider.

@@ -105,7 +104,7 @@

SSH Keys are used to connect to a remote server through a secure shell, called SSH.

-

You can use your own ssh private key, or you can let Coolify to create one for you.

+

You can use your own ssh private key, or you can allow Last Hour Cloud to create one for you.

In both ways, you need to add the public version of your ssh private key to the remote server's ~/.ssh/authorized_keys file. @@ -144,7 +143,7 @@ This server is not reachable with the following public key.

Please make sure you have the correct public key in your ~/.ssh/authorized_keys file for user - 'root' or skip the boarding process and add a new private key manually to Coolify and to the + 'root' or skip the boarding process and add a new private key manually to Last Hour Cloud and to the server. Check @@ -154,7 +153,7 @@

Private Keys are used to connect to a remote server through a secure shell, called SSH.

-

You can use your own private key, or you can let Coolify to create one for you.

+

You can use your own private key, or you can let Last Hour Cloud create one for you.

In both ways, you need to add the public version of your private key to the remote server's ~/.ssh/authorized_keys file.

@@ -187,7 +186,7 @@

Private Keys are used to connect to a remote server through a secure shell, called SSH.

-

You can use your own private key, or you can let Coolify to create one for you.

+

You can use your own private key, or you can let Last Hour Cloud create one for you.

In both ways, you need to add the public version of your private key to the remote server's ~/.ssh/authorized_keys file.

@@ -197,16 +196,16 @@
@if ($currentState === 'create-server') - + - Please let me know your server details. + Please let us know your server details.
- -
@@ -219,14 +218,14 @@
Continue
-

Username should be for now. We are working on to use +

Username should be for now. We are working on using non-root users.

@@ -236,8 +235,8 @@ @if ($currentState === 'validate-server') - I need to validate your server (connection, Docker Engine, etc) and configure if something is - missing for me. Are you okay with this? + we need to validate your server (connection, Docker Engine, etc) and configure to see if something is + missing. Are you okay with this? @@ -247,7 +246,7 @@ - Let's do it! + Send it! @@ -283,8 +282,8 @@ -

This will install the latest Docker Engine on your server, configure a few things to be able - to run optimal.

+

This will install the latest Docker Engine on your server and configure a few items to be able + to run optimally.

@endif @@ -294,15 +293,14 @@ @if (count($projects) > 0) - You already have some projects. Do you want to use one of them or should I create a new one for + You already have some projects. Do you want to use one of them or should we create a new one for you? @else - I will create an initial project for you. You can change all the details later on. + We will create an initial project for you. You can change it later on. @endif - Let's create a new - one! + Create New Project
@if (count($projects) > 0)
@@ -319,8 +317,8 @@
-

Projects are bound together several resources into one virtual group. There are no - limitations on the number of projects you could have.

+

Projects put together several resources into one virtual group. There are no + limitations on the number of projects you can have here.

Each project should have at least one environment. This helps you to create a production & staging version of the same application, but grouped separately.

@@ -331,20 +329,20 @@ @if ($currentState === 'create-resource') - I will redirect you to the new resource page, where you can create your first resource. + Next we will redirect you to the resource page, where you can create your first resource.
Let's do it!
-

A resource could be an application, a database or a service (like WordPress).

+

A resource is an application, a database or a service (like WordPress).

@endif
- Skip boarding process - Restart boarding process + Skip Guided Tour + Restart Guided Tour