notifications: add back app down and app oom mails

This commit is contained in:
Girish Ramakrishnan
2024-12-11 20:44:46 +01:00
parent d38b4d7b74
commit 701c25d07a
8 changed files with 228 additions and 26 deletions
+23
View File
@@ -0,0 +1,23 @@
<%if (format === 'text') { %>
Dear Cloudron Admin,
The application '<%= title %>' installed at <%= appFqdn %> is not responding.
This is most likely a problem in the application.
To resolve this, you can try the following:
* Restart the app by opening the app's web terminal - https://docs.cloudron.io/apps/#web-terminal
* Restore the app to the latest backup - https://docs.cloudron.io/backups/#restoring-an-app
* Contact us in our Forum at https://forum.cloudron.io
Powered by https://cloudron.io
Don't want such mails? Change your notification preferences at <%= notificationsUrl %>
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>