This commit is contained in:
Andras Bacsai 2023-05-22 13:11:22 +02:00
parent c1bafccac1
commit 1dbd1065f9
2 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,12 @@ # v4
Thinks will be added here incrementally through PR's.
# Installation
```bash
curl https://coolify-cdn.b-cdn.net/files/install.sh | bash
```
## Support
- Mastodon: [@andrasbacsai@fosstodon.org](https://fosstodon.org/@andrasbacsai)

View File

@ -1,4 +1,5 @@
<div>
<h1>Command Center</h1>
<form class="flex items-end justify-center gap-2" wire:submit.prevent='runCommand'>
<x-inputs.input placeholder="ls -l" autofocus noDirty noLabel id="command" label="Command" required />
<select wire:model.defer="server">