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