- 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
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>
|