@@ -273,27 +273,23 @@ class="bg-red-200 dark:bg-red-900 px-1 rounded">~/.ssh/authorized_keys</code>
273
273
Please let me know your server details.
274
274
</x-slot:question >
275
275
<x-slot:actions >
276
- <form wire:submit =' saveServer' class =" flex flex-col w-full gap-4 lg:pr-10" >
277
- <div class =" flex flex-col gap-2 lg:flex-row" >
278
- <x-forms .input required placeholder =" Choose a name for your Server. Could be anything."
279
- label =" Name" id =" remoteServerName" wire:model =" remoteServerName" />
280
- <x-forms .input placeholder =" Description, so others will know more about this."
281
- label =" Description" id =" remoteServerDescription"
282
- wire:model =" remoteServerDescription" />
283
- </div >
284
- <div class =" flex flex-col gap-2 lg:flex-row " >
285
- <x-forms .input required placeholder =" 127.0.0.1" label =" IP Address" id =" remoteServerHost"
286
- wire:model =" remoteServerHost" />
287
- </div >
276
+ <form wire:submit =' saveServer' class =" flex flex-col w-full gap-4 lg:w-96" >
277
+ <x-forms .input required placeholder =" Choose a name for your Server. Could be anything."
278
+ label =" Name" id =" remoteServerName" wire:model =" remoteServerName" />
279
+ <x-forms .input placeholder =" Description, so others will know more about this."
280
+ label =" Description" id =" remoteServerDescription"
281
+ wire:model =" remoteServerDescription" />
282
+ <x-forms .input required placeholder =" 127.0.0.1" label =" IP Address" id =" remoteServerHost"
283
+ wire:model =" remoteServerHost" />
288
284
<div x-data =" { showAdvanced: false }" class =" flex flex-col gap-2" >
289
285
<button @click =" showAdvanced = !showAdvanced" type =" button"
290
286
class =" text-left text-sm text-gray-600 dark:text-gray-300 hover:underline" >
291
287
Advanced Settings
292
288
</button >
293
- <div x-show =" showAdvanced" class =" flex flex-col gap-2 lg:flex-row " >
289
+ <div x-show =" showAdvanced" class =" flex flex-col gap-2" >
294
290
<x-forms .input placeholder =" Port number of your server. Default is 22." label =" Port"
295
291
id =" remoteServerPort" wire:model =" remoteServerPort" />
296
- <div class = " w-full " >
292
+ <div >
297
293
<x-forms .input placeholder =" Default is root." label =" User"
298
294
id =" remoteServerUser" wire:model =" remoteServerUser" />
299
295
<div class =" text-xs text-gray-600 dark:text-gray-300" >Non-root user is
@@ -303,11 +299,6 @@ class="text-left text-sm text-gray-600 dark:text-gray-300 hover:underline">
303
299
</div >
304
300
</div >
305
301
</div >
306
- <div class =" lg:w-64" >
307
- <x-forms .checkbox
308
- helper =" If you are using Cloudflare Tunnels, enable this. It will proxy all ssh requests to your server through Cloudflare.<br><span class='dark:text-warning'>Coolify does not install/setup Cloudflare (cloudflared) on your server.</span>"
309
- id =" isCloudflareTunnel" label =" Cloudflare Tunnel" wire:model =" isCloudflareTunnel" />
310
- </div >
311
302
<x-forms .button type =" submit" >Continue</x-forms .button >
312
303
</form >
313
304
</x-slot:actions >
0 commit comments