Skip to content

Commit

Permalink
Refactor boarding index.blade.php for improved code structure and rea…
Browse files Browse the repository at this point in the history
…dability
  • Loading branch information
andrasbacsai committed May 16, 2024
1 parent 6ef1aff commit 27c4fa2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions resources/views/livewire/boarding/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ class="flex flex-col items-center justify-center p-10 mx-2 mt-10 bg-white border
Localhost is not reachable with the following public key.
<br /> <br />
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
user or skip the boarding process and add a new private key manually to Coolify and to the
server.
<br />
Check this <a target="_blank" class="underline"
Expand Down Expand Up @@ -146,9 +145,12 @@ class="flex flex-col items-center justify-center p-10 mx-2 mt-10 bg-white border
This server is not reachable with the following public key.
<br /> <br />
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
user or skip the boarding process and add a new private key manually to Coolify and to the
server.
<br />
Check this <a target="_blank" class="underline"
href="https://coolify.io/docs/knowledge-base/server/openssh">documentation</a> for further
help.
<x-forms.input readonly id="serverPublicKey"></x-forms.input>
<x-forms.button class="w-64 box-boarding" wire:target="validateServer"
wire:click="validateServer">Check
Expand Down Expand Up @@ -229,10 +231,6 @@ class="font-bold underline" target="_blank"
<x-forms.button type="submit">Continue</x-forms.button>
</form>
</x-slot:actions>
<x-slot:explanation>
<p>Username should be <x-highlighted text="root" /> for now. We are working on to use
non-root users.</p>
</x-slot:explanation>
</x-boarding-step>
@elseif ($currentState === 'validate-server')
<x-boarding-step title="Validate & Configure Server">
Expand Down

0 comments on commit 27c4fa2

Please sign in to comment.