Replace Coolify branding with MapleDeploy throughout the UI: logos, favicon, fonts (Overlock 900), color scheme, help links, and page titles. Remove GitHub Actions workflows and add Forgejo CI build workflow. Strip cloud-only features (subscription prompts, sponsor links, server creation cloud options).
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>
|