coolify/resources/views/emails/server-lost-connection.blade.php

13 lines
410 B
PHP
Raw Normal View History

2023-09-13 11:05:10 +02:00
<x-emails.layout>
2023-09-14 12:45:50 +02:00
2023-12-07 19:06:32 +01:00
Coolify cannot connect to your server ({{ $name }}). Please check your server and make sure it is running.
2023-09-14 12:45:50 +02:00
2023-12-07 19:06:32 +01:00
All automations & integrations are turned off!
2023-09-14 12:45:50 +02:00
2023-12-07 19:06:32 +01:00
IMPORTANT: We automatically try to revive your server. If your server is back online, we will automatically turn on
all automations & integrations.
2023-09-13 11:05:10 +02:00
2023-12-07 19:06:32 +01:00
If you have any questions, please contact us.
2023-09-13 11:05:10 +02:00
</x-emails.layout>