Update AppImage 1.2.1.2

This commit is contained in:
MacRimi
2026-05-21 22:00:35 +02:00
parent 2d523b030f
commit 56fac4c34b
3 changed files with 11 additions and 3 deletions
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
0e75481fb3e466dff46e60776fdfe874c17dd653f492c11c6214e3e410013441 ProxMenux-1.2.1.2-beta.AppImage
d0b86c07819056f121c5e86f1246462cadba982f56d414b7dc062eff47f3af1f ProxMenux-1.2.1.2-beta.AppImage
+10 -2
View File
@@ -902,10 +902,18 @@ TEMPLATES = {
'system_mail': {
'title': '{hostname}: {pve_title}',
'body': '{reason}',
'label': 'PVE system mail',
'label': 'PVE system mail (cron output, smartd, mail bounces)',
'group': 'other',
'default_enabled': True,
'hidden': True,
# NOT hidden — operators need to be able to mute this when PVE is
# configured to forward root@<host> mail via the notification webhook.
# The classic case is a cron job that prints to stdout every N
# minutes: cron mails the output to root, PVE re-emits it as a
# `system-mail` event, and the Monitor forwards it to every enabled
# channel. Most operators want smartd alerts but NOT noisy cron
# output — without a visible toggle the only fix is editing
# /etc/aliases or removing MAILTO from the cron job. Audit Tier 6
# — `system_mail` toggle no visible en UI / reportado por usuario.
},
'webhook_test': {
'title': '{hostname}: Webhook test received',