diff options
author | 2022-11-26 19:59:15 +0100 | |
---|---|---|
committer | 2022-11-26 23:51:25 +0100 | |
commit | f4ce6ac1be7b2817a8e02fc0e517d93ff9890d2e (patch) | |
tree | 9474949eb2a2f21e5276a72bd3acdb499c37b5a5 /README.md | |
parent | initial commit (diff) | |
download | cgit-httpd-f4ce6ac1be7b2817a8e02fc0e517d93ff9890d2e.tar.xz |
add initial version of cgit-httpd
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c4364b --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +An httpd designed to expose the [CGit](https://git.zx2c4.com/cgit/about/) and the [git-http-backend](https://git-scm.com/docs/git-http-backend) CGI programs to HTTP reverse proxies that do not have native support for executing CGI programs. + + +# Features + +- Supports both the smart and dumb Git HTTP protocols by mounting `git-http-backend` over CGit. +- Git repositories can be hosted on separate machine from main HTTP server. + |