feat: add alert notifications and sync roadmap

This commit is contained in:
benya
2026-07-22 23:50:00 +03:00
parent ee2fb0a6c9
commit 6a030613aa
26 changed files with 1530 additions and 1097 deletions
+1
View File
@@ -29,6 +29,7 @@ services:
RMM_SMTP_FROM: "${RMM_SMTP_FROM:-}"
RMM_SMTP_TLS_MODE: "${RMM_SMTP_TLS_MODE:-starttls}"
RMM_SMTP_SERVER_NAME: "${RMM_SMTP_SERVER_NAME:-}"
RMM_TELEGRAM_BOT_TOKEN: "${RMM_TELEGRAM_BOT_TOKEN:-}"
ports:
- "${RMM_HTTP_BIND_IP:-127.0.0.1}:${RMM_HTTP_PORT:-18080}:8080"
volumes: