55 lines
1.6 KiB
Text
55 lines
1.6 KiB
Text
|
|
kawipiko-server
|
|
|
|
--archive <path>
|
|
--archive-inmem (memory-loaded archive file)
|
|
--archive-mmap (memory-mapped archive file)
|
|
--archive-preload (preload archive in OS cache)
|
|
|
|
--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)
|
|
--bind-quic <ip>:<port> (HTTPS, with HTTP/3)
|
|
|
|
--http1-disable
|
|
--http2-disable
|
|
--http3-alt-svc <ip>:<port>
|
|
|
|
--tls-bundle <path> (TLS certificate bundle)
|
|
--tls-public <path> (TLS certificate public)
|
|
--tls-private <path> (TLS certificate private)
|
|
--tls-self-rsa (use self-signed RSA)
|
|
--tls-self-ed25519 (use self-signed Ed25519)
|
|
|
|
--processes <count> (of slave processes)
|
|
--threads <count> (of threads per process)
|
|
|
|
--index-all
|
|
--index-paths
|
|
--index-data-meta
|
|
--index-data-content
|
|
|
|
--hosts-disable (ignore `Host` header)
|
|
|
|
--special-pages-disable
|
|
--security-headers-disable
|
|
--security-headers-tls
|
|
|
|
--secomp-enable
|
|
--limit-descriptors <count>
|
|
--limit-memory <MiB>
|
|
--timeout-disable
|
|
|
|
--report --quiet --debug
|
|
|
|
--version
|
|
--help (show this short help)
|
|
--man (show the full manual)
|
|
--sources-md5 --sources-cpio --sbom --sbom-json
|
|
|
|
** supported archive version: @{SCHEMA}
|
|
|
|
|| kawipiko, <https://github.com/volution/kawipiko>
|
|
|| Ciprian Dorin Craciun, <https://volution.ro/ciprian>
|
|
|