2023-09-14 10:45:50 +00:00
|
|
|
<x-emails.layout>
|
2024-01-07 15:23:41 +00:00
|
|
|
A resource ({{ $containerName }}) has been restarted automatically on {{ $serverName }}, because it was stopped unexpectedly.
|
2023-09-14 10:45:50 +00:00
|
|
|
|
2024-01-07 15:23:41 +00:00
|
|
|
@if ($containerName === 'coolify-proxy')
|
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
|
|
|
{{-- Note: Coolify Proxy is the technical component name, not a branding reference --}}
|
2024-01-07 15:23:41 +00:00
|
|
|
Coolify Proxy should run on your server as you have FQDNs set up in one of your resources.
|
2023-09-14 10:45:50 +00:00
|
|
|
|
2024-01-07 15:23:41 +00:00
|
|
|
If you don't want to use Coolify Proxy, please remove FQDN from your resources or set Proxy type to Custom(None).
|
|
|
|
|
@endif
|
2023-09-14 10:45:50 +00:00
|
|
|
</x-emails.layout>
|