aboutsummaryrefslogtreecommitdiff
path: root/notif_config_test.go
AgeCommit message (Collapse)Author
2026-01-21all: implement default down and up templates under section "[default"]Shulhan
To minimize defining the same templates in notification, user can set default down and up templates under the default section.
2026-01-20all: 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.