summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Collapse)Author
2026-02-12cmd/www-kilabit: add option shutdown-idleShulhan
If set, server will automatically shutdown when no new connections accepted after specific duration.
2026-02-03journal/2026: new journal "Reducing Idle Services with systemd"Shulhan
In this journal, we will take a look on how to minimize idle services running in the background using systemd-socket-proxyd(8) for services that we cannot control their code and using systemd.socket(5) for services that we can changes their code. In the _project submodules, we update awwan, gorankusu, pakakeh.go/cmd/httpdfs to run with socket based activation. This site program also has been modified to run with socket based activation too.
2026-01-15all: add and convert the license and copyright headers to SPDX formatsShulhan
We use spdxconv [1] tool to help converting the license and copyright. [1]: https://kilabit.info/project/spdxconv/
2024-10-10go.mod: update all dependenciesShulhan
2024-03-20go.mod: replace share with pakakeh.go and increase Go module to v1.21Shulhan
2023-12-23cmd/www-kilabit: add option to change HTTP listen addressShulhan
This is allow us to serve www-kilabit on local, while use different port (17000) for development.
2023-12-15go.mod: update all dependenciesShulhan
2023-10-13cmd/www-kilabit: remove setting log flags to 0Shulhan
We remove setting the flag 0 to log to make the log output have timestamp.
2022-08-31all: merge the go:generate program to cmd/www-kilabitShulhan
Running "go run ./cmd/www-kilabit embed" will generate the Go code that embed all files inside the _content directory.
2022-07-10all: remove code for deploying with platform.shShulhan
2022-03-11all: add configuration and code to run in platform.shShulhan
2022-02-19all: update module ciigoShulhan
This update use the IsDevelopment option instead of using environment variable DEBUG to serve in local.
2021-04-10all: upgrade dependenciesShulhan
This changes affected any use of ciigo library.
2021-03-06all: update to latest ciigo moduleShulhan
2020-11-11all: migrate to sr.ht/~shulhan/kilabit.infoShulhan
2020-06-27all: embed the stylesheet directly to templateShulhan
2020-06-27all: rename "content" to "_content"Shulhan
This is to prevent go tools to process the directory. While at it, - move the template file to _content. - simplify the Makefile - update with latest ciigo
2019-11-28cmd: rename "kilabit" to "www-kilabit"Shulhan
2019-11-11Makefile: add task to deploy binary in localShulhan
While at it, add the user systemd scripts to run the program automatically at startup.
2019-11-11go.mod: update dependenciesShulhan
2019-05-14cmd/kilabit: set default log flags to noneShulhan
2019-05-12The new website of kilabit.infoShulhan
This new website is rewritten using ciigo [1]. [1] https://github.com/shuLhan/ciigo