notifications: send email when manual app update is required

This commit is contained in:
Girish Ramakrishnan
2026-03-21 15:59:41 +01:00
parent cd6acfb91d
commit f2949c1836
5 changed files with 66 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
Dear <%= cloudronName %> Admin,
The following app(s) require manual update:
<% for (const app of apps) { -%>
* <%= app.title %> at <%= app.fqdn %> -> v<%= app.version %>
<% } -%>
Go to the update section of the app to update.
Powered by https://cloudron.io
Don't want such mails? Change your notification preferences at <%= notificationsUrl %>
Sent at: <%= new Date().toUTCString() %>