Send app up notification

Fixes #438
This commit is contained in:
Girish Ramakrishnan
2019-02-11 12:32:02 -08:00
parent 5166cd788b
commit 2236e07722
6 changed files with 66 additions and 5 deletions
+14
View File
@@ -0,0 +1,14 @@
<%if (format === 'text') { %>
Dear Cloudron Admin,
The application '<%= title %>' installed at <%= appFqdn %> is back online
and responding to health checks.
Powered by https://cloudron.io
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>