- 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
9 lines
326 B
PHP
9 lines
326 B
PHP
{{-- MapleDeploy branding: Hetzner provider removed --}}
|
|
<div class="w-full">
|
|
<div class="flex flex-col gap-4">
|
|
<div>
|
|
<h3 class="pb-2">Add Server by IP Address</h3>
|
|
<livewire:server.new.by-ip :private_keys="$private_keys" :limit_reached="$limit_reached" />
|
|
</div>
|
|
</div>
|
|
</div>
|