Tola Leng
11408dcba0
Remove SSL Checker service
...
Remove the SSL Checker service from the React application, as the SSL checks are now handled by the Go backend. This involves removing the `sslCheckerService.ts` file and related imports.
2025-06-20 16:54:31 +07:00
Tola Leng
a166938d42
Removes the SSL testSendTelegramMessage function and its associated test credentials from telegramService.ts.
2025-05-17 16:44:45 +08:00
Tola Leng
8ee933563e
Notification (Telegram) for SSL notification thresholds
...
Ensure Telegram notifications respect warning/expiry thresholds, including manual checks.
2025-05-16 22:18:35 +08:00
Tola Leng
687619ce0d
Feat: Implement SSL notification channel selection
...
- Added notification channel selection to the Add SSL Certificate form.
- Display available Telegram notification channels.
- Integrate SSL expiry and warning thresholds for notifications.
- Ensure daily auto-checks and manual check button functionality.
2025-05-16 22:17:02 +08:00