feat: new container status checks
This commit is contained in:
11
resources/views/emails/container-restarted.blade.php
Normal file
11
resources/views/emails/container-restarted.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<x-emails.layout>
|
||||
|
||||
Container ({{ $containerName }}) has been restarted automatically on {{$serverName}}, because it was stopped unexpected.
|
||||
|
||||
@if ($containerName === 'coolify-proxy')
|
||||
Coolify Proxy should run on your server as you have FQDN set up in one of your resources. If you don't want to use Coolify Proxy, please remove FQDN from your resources.
|
||||
|
||||
Note: The proxy should not stop unexpectedly, so please check what is going on your server.
|
||||
@endif
|
||||
|
||||
</x-emails.layout>
|
||||
9
resources/views/emails/container-stopped.blade.php
Normal file
9
resources/views/emails/container-stopped.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<x-emails.layout>
|
||||
|
||||
Container {{ $containerName }} has been stopped unexpected on {{$serverName}}.
|
||||
|
||||
@if ($url)
|
||||
Please check what is going on [here]({{ $url }}).
|
||||
@endif
|
||||
|
||||
</x-emails.layout>
|
||||
@@ -1,5 +1,10 @@
|
||||
<x-emails.layout>
|
||||
Coolify Cloud cannot connect to your server ({{$name}}). Please check your server and make sure it is running.
|
||||
|
||||
Coolify cannot connect to your server ({{$name}}). Please check your server and make sure it is running.
|
||||
|
||||
All automations & integrations are turned off!
|
||||
|
||||
IMPORTANT: You have to validate your server again after you fix the issue.
|
||||
|
||||
If you have any questions, please contact us.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user