aboutsummaryrefslogtreecommitdiff
path: root/_doc/index.adoc
AgeCommit message (Collapse)Author
2025-06-30_doc: merge index.md into README.mdShulhan
Also, make the README as index for project page.
2024-03-18all: implement forwarder for PostgresqlShulhan
The Postgresql forwarder accept single option "URL", [forwarder "postgresql"] url = postgres://<user>:<pass>@<host>/<database>?sslmode=<> The user and database must already created first, manually.
2024-03-17all: reformat the README to markdownShulhan
Our primary host for the repository in sourcehut, unfortunately they do not support AsciiDoc format, unlike GitHub. To make both repositories can render README we changes it to markdown format.
2022-09-06_doc: add some introduction in the README and indexShulhan
Show what the HTTP log looks like, how it stored, and how it can be used.
2022-08-25all: group all documents into directory _docShulhan