]> quire.kejadlen.dev Git - quire.git/commit
Stand up gitweb as interim web view
authorAlpha Chen <alpha@kejadlen.dev>
Mon, 27 Apr 2026 16:27:51 +0000 (09:27 -0700)
committerAlpha Chen <alpha@kejadlen.dev>
Mon, 27 Apr 2026 16:34:20 +0000 (09:34 -0700)
commit3e8302150959aca54505b3fce71b974cd2125c7b
tree5589d2bb0c0564841e2ffe93cadd9d7310575aba
parentf46397d15447621f437dbe4b25743c98ae69f45a
Stand up gitweb as interim web view

Gitweb ships with git (already built from source), so adding it is
just a build step, lighttpd, perl, and two config files. The container
entrypoint is now lighttpd instead of quire serve — SSH dispatch via
docker exec still works since quire stays on the PATH.

All gitweb additions are tagged TODO(vys) for easy grep when the
native web view replaces them.

Assisted-by: GLM-5.1 via pi
Dockerfile
conf/gitweb.conf [new file with mode: 0644]
conf/lighttpd.conf [new file with mode: 0644]
docs/host/README.md