summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorLibravatar Terin Stock <terinjokes@gmail.com>2022-11-26 19:59:15 +0100
committerLibravatar Terin Stock <terinjokes@gmail.com>2022-11-26 23:51:25 +0100
commitf4ce6ac1be7b2817a8e02fc0e517d93ff9890d2e (patch)
tree9474949eb2a2f21e5276a72bd3acdb499c37b5a5 /README.org
parentinitial commit (diff)
downloadcgit-httpd-f4ce6ac1be7b2817a8e02fc0e517d93ff9890d2e.tar.xz
add initial version of cgit-httpd
Diffstat (limited to 'README.org')
-rw-r--r--README.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..d831bb6
--- /dev/null
+++ b/README.org
@@ -0,0 +1,9 @@
+#+title: cgit-httpd
+#+OPTIONS: toc:nil
+
+An httpd designed to expose the [[https://git.zx2c4.com/cgit/about/][CGit]] and the [[https://git-scm.com/docs/git-http-backend][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.