| Age | Commit message (Collapse) | Author |
|
If set, server will automatically shutdown when no new connections
accepted after specific duration.
|
|
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.
|
|
We use spdxconv [1] tool to help converting the license and copyright.
[1]: https://kilabit.info/project/spdxconv/
|
|
|
|
|
|
This is allow us to serve www-kilabit on local, while use different
port (17000) for development.
|
|
|
|
We remove setting the flag 0 to log to make the log output have timestamp.
|
|
Running "go run ./cmd/www-kilabit embed" will generate the Go code that
embed all files inside the _content directory.
|
|
|
|
|
|
This update use the IsDevelopment option instead of using environment
variable DEBUG to serve in local.
|
|
This changes affected any use of ciigo library.
|
|
|
|
|
|
|
|
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
|
|
|
|
While at it, add the user systemd scripts to run the program
automatically at startup.
|
|
|
|
|
|
This new website is rewritten using ciigo [1].
[1] https://github.com/shuLhan/ciigo
|