wip
This commit is contained in:
parent
c1bafccac1
commit
1dbd1065f9
@ -8,6 +8,12 @@ # v4
|
|||||||
|
|
||||||
Thinks will be added here incrementally through PR's.
|
Thinks will be added here incrementally through PR's.
|
||||||
|
|
||||||
|
# Installation
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl https://coolify-cdn.b-cdn.net/files/install.sh | bash
|
||||||
|
```
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
- Mastodon: [@andrasbacsai@fosstodon.org](https://fosstodon.org/@andrasbacsai)
|
- Mastodon: [@andrasbacsai@fosstodon.org](https://fosstodon.org/@andrasbacsai)
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<div>
|
<div>
|
||||||
|
<h1>Command Center</h1>
|
||||||
<form class="flex items-end justify-center gap-2" wire:submit.prevent='runCommand'>
|
<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 />
|
<x-inputs.input placeholder="ls -l" autofocus noDirty noLabel id="command" label="Command" required />
|
||||||
<select wire:model.defer="server">
|
<select wire:model.defer="server">
|
||||||
|
Loading…
Reference in New Issue
Block a user