diff --git a/resources/views/components/navbar.blade.php b/resources/views/components/navbar.blade.php index adb0feb0b..fc6768801 100644 --- a/resources/views/components/navbar.blade.php +++ b/resources/views/components/navbar.blade.php @@ -158,10 +158,10 @@ -
Let's help you to set up the basics and show you around.
+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 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.
+ Please make sure you have the correct public key in your ~/.ssh/authorized_keys file for user
+ 'root' or skip the guided tour and add a new private key manually to Last Hour Cloud and to the
+ server.
+
+ Check the upstream documentation for further help.
+
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 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.
+
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 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.
+
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 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.
+
Username should be
This will install the latest Docker Engine on your server, configure a few things to be able
+ to run optimal.
Minimum Docker Engine version is: 22
To manually install Docker
+ Engine, check this
+ documentation.
This will install the latest Docker Engine on your server and configure a few items to be able + to run optimally.
+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.
+A resource is an application, a database or a service (like WordPress).
+