1
0
Fork
You've already forked kimchi
0
forked from emersion/kimchi
A bare-bones HTTP server
  • Go 97%
  • Makefile 3%
Find a file
2026年04月18日 00:47:28 +02:00
contrib/systemd contrib/systemd: Support reloading unit 2025年12月27日 16:15:05 +01:00
.build.yml ci: add .build.yml 2026年01月22日 21:25:01 +01:00
.gitignore Add man page 2020年11月09日 16:40:57 +01:00
directives.go Fix nil pointer deref for plaintext connections in reverseProxyDirector() 2026年04月18日 00:47:28 +02:00
go.mod Upgrade dependencies 2026年04月11日 11:37:11 +02:00
go.sum Upgrade dependencies 2026年04月11日 11:37:11 +02:00
interceptor.go Support Hijack, Flush when using access logs 2023年03月16日 11:25:31 +01:00
kimchi.1.scd Populate Client-Cert header field 2026年02月06日 14:09:21 +01:00
LICENSE Add README.md and LICENSE 2020年11月07日 22:38:35 +01:00
main.go Remove RLIMIT_NOFILE bump 2024年05月09日 09:02:53 +02:00
Makefile makefile: remove build dep from install target 2021年05月25日 17:36:26 +02:00
README.md readme: update tlstunnel link 2025年12月28日 15:05:50 +01:00
server.go Use proxyproto.ConnPolicy to accept/reject PROXY headers 2026年02月22日 17:06:14 +01:00

kimchi

A bare-bones HTTP server. Designed to be used together with tlstunnel.

site example.org {
	file_server /srv/http
}
site example.com {
	reverse_proxy http://localhost:8080
}

Contributing

Send patches and report bugs on Codeberg.

License

MIT