feat: make notification delivery durable

This commit is contained in:
benya
2026-07-23 00:17:38 +03:00
parent 61b1c06205
commit 5d6fa00e94
24 changed files with 710 additions and 136 deletions
+2
View File
@@ -17,6 +17,8 @@ RMM_COOKIE_SECURE=true
RMM_PUBLIC_SCHEME=https
RMM_PUBLIC_URL=https://rmm.example.com
RMM_METRIC_RETENTION_DAYS=30
RMM_NOTIFICATION_RETENTION_DAYS=90
RMM_NOTIFICATION_MAX_ATTEMPTS=5
# Optional password recovery and alert notifications. Leave RMM_SMTP_HOST empty to disable e-mail.
# Use starttls for port 587 or tls for implicit TLS on port 465.