Some checks failed
Build MapleDeploy Coolify Image / build (push) Failing after 8s
- Replace logos, colors (red/stone palette), and fonts (Overlock/Inter) - Replace text logos with PNG from marketing API - Update AGPL source links to match repo owner - Update PostgreSQL to 17 for Alpine 3.23 - Add Forgejo Actions CI workflow - Remove upstream GitHub Actions workflows - Remove Coolify Cloud upsells, Hetzner provider, and telemetry - Update auto-update to point to Forgejo registry
16 lines
523 B
PHP
16 lines
523 B
PHP
<div>
|
|
<x-slot:title>
|
|
Proxy Configuration | MapleDeploy
|
|
</x-slot>
|
|
<livewire:server.navbar :server="$server" />
|
|
@if ($server->isFunctional())
|
|
<div class="flex flex-col h-full gap-8 sm:flex-row">
|
|
<x-server.sidebar-proxy :server="$server" :parameters="$parameters" />
|
|
<div class="w-full">
|
|
<livewire:server.proxy :server="$server" />
|
|
</div>
|
|
</div>
|
|
@else
|
|
<div>Server is not validated. Validate first.</div>
|
|
@endif
|
|
</div>
|