From dcbee3b3cf843631443fabdd7eaaa4a0a43374c1 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 25 Sep 2025 11:16:00 +0700 Subject: _project: add project lilin --- .gitmodules | 3 +++ _content/project/index.adoc | 7 +++++++ _content/project/lilin/index.md | 1 + _project/src/lilin | 1 + 4 files changed, 12 insertions(+) create mode 120000 _content/project/lilin/index.md create mode 160000 _project/src/lilin diff --git a/.gitmodules b/.gitmodules index 674636c..3daa184 100644 --- a/.gitmodules +++ b/.gitmodules @@ -66,3 +66,6 @@ path = _project/src/kbbi url = git@git.sr.ht:~shulhan/kbbi branch = main +[submodule "_project/src/lilin"] + path = _project/src/lilin + url = git@git.sr.ht:~shulhan/lilin diff --git a/_content/project/index.adoc b/_content/project/index.adoc index 7064cce..8352061 100644 --- a/_content/project/index.adoc +++ b/_content/project/index.adoc @@ -169,6 +169,13 @@ Oracle Client Interface module. https://github.com/shuLhan/libvos[Project page^] +== lilin + +Lilin is the service monitoring for HTTP and TCP services. + +link:/project/lilin/[Project page^] + + == pakakeh.go `pakakeh.go` is collection of Go packages. diff --git a/_content/project/lilin/index.md b/_content/project/lilin/index.md new file mode 120000 index 0000000..2435828 --- /dev/null +++ b/_content/project/lilin/index.md @@ -0,0 +1 @@ +../../../_project/src/lilin/README.md \ No newline at end of file diff --git a/_project/src/lilin b/_project/src/lilin new file mode 160000 index 0000000..f2d8bde --- /dev/null +++ b/_project/src/lilin @@ -0,0 +1 @@ +Subproject commit f2d8bde324132b86f68ea4b72868e3ff38d4bf51 -- cgit v1.3