2021-12-22 21:33:57 +00:00
|
|
|
|
2021-12-16 11:32:05 +00:00
|
|
|
kawipiko-server
|
|
|
|
|
|
|
|
--archive <path>
|
|
|
|
--archive-inmem (memory-loaded archive file)
|
|
|
|
--archive-mmap (memory-mapped archive file)
|
|
|
|
--archive-preload (preload archive in OS cache)
|
|
|
|
|
2021-12-17 23:56:34 +00:00
|
|
|
--bind <ip>:<port> (HTTP, only HTTP/1.1, FastHTTP)
|
|
|
|
--bind-2 <ip>:<port> (HTTP, only HTTP/1.1, Go net/http)
|
|
|
|
--bind-tls <ip>:<port> (HTTPS, only HTTP/1.1, FastHTTP)
|
|
|
|
--bind-tls-2 <ip>:<port> (HTTPS, with HTTP/2, Go net/http)
|
2021-12-16 21:10:11 +00:00
|
|
|
--bind-quic <ip>:<port> (HTTPS, with HTTP/3)
|
2021-12-16 11:32:05 +00:00
|
|
|
|
2021-12-16 13:21:09 +00:00
|
|
|
--http1-disable
|
|
|
|
--http2-disable
|
2021-12-16 21:10:11 +00:00
|
|
|
--http3-alt-svc <ip>:<port>
|
2021-12-16 13:21:09 +00:00
|
|
|
|
2021-12-16 11:32:05 +00:00
|
|
|
--tls-bundle <path> (TLS certificate bundle)
|
|
|
|
--tls-public <path> (TLS certificate public)
|
|
|
|
--tls-private <path> (TLS certificate private)
|
2021-12-21 21:16:27 +00:00
|
|
|
--tls-self-rsa (use self-signed RSA)
|
|
|
|
--tls-self-ed25519 (use self-signed Ed25519)
|
2021-12-16 11:32:05 +00:00
|
|
|
|
|
|
|
--processes <count> (of slave processes)
|
|
|
|
--threads <count> (of threads per process)
|
|
|
|
|
|
|
|
--index-all
|
|
|
|
--index-paths
|
|
|
|
--index-data-meta
|
|
|
|
--index-data-content
|
|
|
|
|
2022-08-26 11:46:40 +00:00
|
|
|
--hosts-disable (ignore `Host` header)
|
|
|
|
|
2022-09-02 12:15:29 +00:00
|
|
|
--special-pages-disable
|
2021-12-16 11:32:05 +00:00
|
|
|
--security-headers-disable
|
2022-09-02 12:15:29 +00:00
|
|
|
--security-headers-tls
|
2021-12-16 11:32:05 +00:00
|
|
|
|
2021-12-16 11:56:27 +00:00
|
|
|
--limit-memory <MiB>
|
2021-12-17 23:56:34 +00:00
|
|
|
--timeout-disable
|
2021-12-23 18:35:36 +00:00
|
|
|
|
|
|
|
--report --quiet --debug
|
2021-12-16 11:56:27 +00:00
|
|
|
|
2022-09-02 13:01:50 +00:00
|
|
|
--version
|
|
|
|
--help (show this short help)
|
|
|
|
--man (show the full manual)
|
|
|
|
--sources-md5 --sources-cpio --sbom --sbom-json
|
2021-12-16 11:32:05 +00:00
|
|
|
|
2021-12-22 21:33:57 +00:00
|
|
|
** supported archive version: @{SCHEMA}
|
|
|
|
|
2021-12-23 18:35:36 +00:00
|
|
|
|| kawipiko, <https://github.com/volution/kawipiko>
|
|
|
|
|| Ciprian Dorin Craciun, <https://volution.ro/ciprian>
|
2021-12-22 21:33:57 +00:00
|
|
|
|