diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-10 12:17:39 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-10 12:17:39 +0700 |
| commit | 8fd9d5e3d41d1352c98e42a04fbeab0bddac0674 (patch) | |
| tree | 3bfd3f72e854f819e81e914a3a44befb45066871 /README.md | |
| parent | fbad5db9b998ca64feaffee78ba680300d3a52a6 (diff) | |
| download | lilin-8fd9d5e3d41d1352c98e42a04fbeab0bddac0674.tar.xz | |
**🪵 all: rename notif field "webhook_url" to "remote_url"
These changes is to minimize duplicate field on "notif" section, so
different kind of notif can use the same "remote_url" value.
**🌱 all: support sending notification to SMTP server (email)**
In the main configuration, lilin.cfg, user now can add "notif" section with
kind "smtp" to send notification using user's email.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ Features, - Mattermost incoming webhook - SMTP server (email) +See <https://status.kilabit.info> for live example. + ## Building To build lilin program, you need |
