aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2026-01-22Makefile: add task for build and deploy to internal kilabitShulhan
2025-12-27all: update the README and annotate some files using REUSE.tomlShulhan
In the README, we add section on how building the program, the main configuration, and how to monitor the services using configuration. Inside the _www directory, we create doc/ directory that contains symlink to README.md as index.md. This allow us to serve the lilin as page under https://kilabit.info/project/lilin .
2025-08-28cmd/lilin: add flag to set basedirShulhan
The basedir flag set the working directory where the program will read the configuration and store the logs. By default the basedir is empty, which is equal to "/".
2025-08-21make: add task to run testing with dev modeShulhan
2025-08-20all: add missing SPDX license headersShulhan
2025-07-17lilin: simple service monitoringShulhan
lilin is a program to help monitor other services through HTTP, TCP, and UDP connection.