| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-20 | all: support sending notification to SMTP server (email) | Shulhan | |
| In the main configuration, lilin.cfg, user now can add "notif" section with kind "smtp" to send notification using user's email. This require renaming "webhook_url" to "remote_url" to minimize duplicate field, so different kind of notif can use the same "remote_url" value. | |||
| 2025-09-26 | all: implement notification using Mattermost incoming webhook | Shulhan | |
| In the server configuration, one can defined the following section to send the notification using Mattermost, [notif] kind = mattermost webhook_url = # The incoming webhook URL. channel = # The channel where the notification will be placed. down_template = # Message template when service is down. up_template = # Message template when service is up. | |||
