2024-03-27 17:24:24 +00:00
|
|
|
<form wire:submit.prevent='submit' class="flex flex-col w-full gap-2">
|
|
|
|
<x-forms.input id="cloudflare_token" required label="Cloudflare Token" />
|
|
|
|
<x-forms.input id="ssh_domain" label="Configured SSH Domain" required
|
2024-03-27 20:09:42 +00:00
|
|
|
helper="The SSH Domain you configured in Cloudflare" />
|
2024-03-27 20:11:28 +00:00
|
|
|
<x-forms.button type="submit" isHighlighted @click="modalOpen=false">Automated Configuration (experimental)</x-forms.button>
|
2024-03-27 17:24:24 +00:00
|
|
|
<h3 class="text-center">Or</h3>
|
2024-03-27 20:11:28 +00:00
|
|
|
<x-forms.button wire:click.prevent='alreadyConfigured' @click="modalOpen=false">I have already set up the tunnel manually on the server.</x-forms.button>
|
2024-03-27 17:24:24 +00:00
|
|
|
</form>
|