feat(branding): apply MapleDeploy branding to Coolify fork
Replace all Coolify branding with MapleDeploy across 111 files:
- Logo, favicon, and color palette (Canadian red scale, stone greys)
- Fonts: Overlock for headings, Inter for body (self-hosted woff2/ttf)
- All ~70 page titles updated to "| MapleDeploy"
- Auth pages, navbar, footer, email templates, settings, boarding flow
- Remove Hetzner provider, Coolify Cloud upsells, sponsorship popups
- Disable telemetry (Sentry DSN null, undead.coolify.io ping disabled)
- Point auto-update to MapleDeploy Forgejo registry image
- Redirect help/support links to mapledeploy.ca/contact
- Add AGPL source code link to Forgejo repo in navbar
- OpenAPI docs rebranded to MapleDeploy
2026-02-08 22:34:51 +00:00
|
|
|
{{-- MapleDeploy branding: Hetzner provider removed --}}
|
2024-03-25 12:10:05 +00:00
|
|
|
<div class="w-full">
|
2025-10-08 18:47:50 +00:00
|
|
|
<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>
|
2023-10-09 09:00:18 +00:00
|
|
|
</div>
|