aboutsummaryrefslogtreecommitdiff
path: root/server_config.go
AgeCommit message (Collapse)Author
2026-01-22all: add option to set custom Title on server configurationShulhan
The title will be displayed for window title and as the heading in the status page. While at it, remove the status column on the Down History section, since the value is static.
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.
2025-09-26all: implement notification using Mattermost incoming webhookShulhan
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.
2025-08-20all: rename suffix Options with ConfigShulhan
Options means optional, while the field in struct may contains mandatory or must not be empty.