Put our link to all mails and sync the formatting

This commit is contained in:
Johannes Zellner
2017-01-17 15:47:18 +01:00
parent 3845a8f02b
commit 3e83f3d4ee
10 changed files with 51 additions and 43 deletions

View File

@@ -1,17 +1,19 @@
<%if (format === 'text') { %>
Dear Admin,
Dear Cloudron Admin,
The application '<%= title %>' installed at <%= appFqdn %> is not responding.
This is most likely a problem in the application.
You are receiving this email because you are an Admin of the Cloudron at <%= fqdn %>.
To resolve this, you can try the following:
* restart the app in the app configuration dialog
* restore the app to the latest backup
* contact us via support@cloudron.io or https://chat.cloudron.io
Thank you,
Application WatchDog
Powered by https://cloudron.io
<% } else { %>
<% } %>

View File

@@ -1,18 +1,17 @@
<%if (format === 'text') { %>
Dear Admin,
Dear Cloudron Admin,
A new version <%= updateInfo.manifest.version %> of the app '<%= app.manifest.title %>' installed at <%= app.fqdn %> is available!
a new version <%= updateInfo.manifest.version %> of the app '<%= app.manifest.title %>' installed at <%= app.fqdn %> is available!
The app will update automatically tonight. Alternately, update immediately at <%= webadminUrl %>.
Changes:
<%= updateInfo.manifest.changelog %>
Thank you,
your Cloudron
Powered by https://cloudron.io
<% } else { %>
<% } %>

View File

@@ -1,17 +1,18 @@
<%if (format === 'text') { %>
Dear Cloudron Team,
Dear Cloudron Admin,
Backup of <%= fqdn %> failed.
Thank you,
Your Cloudron
creating a backup of <%= fqdn %> has failed.
-------------------------------------
<%- message %>
-------------------------------------
Powered by https://cloudron.io
<% } else { %>
<% } %>

View File

@@ -1,13 +1,18 @@
<%if (format === 'text') { %>
Dear Cloudron Team,
<%= domain %> was not renewed.
Dear Cloudron Admin,
the certificate for <%= domain %> could not be renewed.
-------------------------------------
<%- message %>
Thank you,
Your Cloudron
-------------------------------------
Powered by https://cloudron.io
<% } else { %>
<% } %>

View File

@@ -12,4 +12,3 @@ Subject: <%= subject %>
<% } else { %>
<% } %>

View File

@@ -1,6 +1,6 @@
<%if (format === 'text') { %>
Dear Cloudron Team,
Dear Cloudron Admin,
The <%= program %> on <%= fqdn %> exited unexpectedly!
@@ -9,14 +9,15 @@ you should give the program more memory.
Please see some excerpt of the logs below.
Thank you,
Your Cloudron
-------------------------------------
<%- context %>
-------------------------------------
Powered by https://cloudron.io
<% } else { %>
<% } %>

View File

@@ -1,19 +1,20 @@
<%if (format === 'text') { %>
Dear Cloudron Team,
Dear Cloudron Admin,
<%= fqdn %> is running out of disk space.
Disk space logs are attached.
Thank you,
Your Cloudron
-------------------------------------
<%- message %>
-------------------------------------
Powered by https://cloudron.io
<% } else { %>
<% } %>

View File

@@ -13,7 +13,7 @@ After you have submitted the form, you can login using the new password.
Powered by Cloudron.io
Powered by https://cloudron.io
<% } else { %>

View File

@@ -1,19 +1,20 @@
<%if (format === 'text') { %>
Dear Cloudron Team,
Dear Cloudron Admin,
Unfortunately <%= program %> on <%= fqdn %> exited unexpectedly!
Please see some excerpt of the logs below.
Thank you,
Your Cloudron
Please see some excerpt of the logs below:
-------------------------------------
<%- context %>
-------------------------------------
Powered by https://cloudron.io
<% } else { %>
<% } %>

View File

@@ -1,15 +1,14 @@
<%if (format === 'text') { %>
Dear Admin,
Dear Cloudron Admin,
User <%= user.username || user.alternateEmail || user.email %> <%= event %> in the Cloudron at <%= fqdn %>.
You are receiving this email because you are an Admin of the Cloudron at <%= fqdn %>.
Thank you,
User Manager
Powered by https://cloudron.io
<% } else { %>
<% } %>