From 580574a51629232f95932ee1057eda545d588e61 Mon Sep 17 00:00:00 2001 From: vosjedev Date: Sun, 5 Oct 2025 17:03:09 +0200 Subject: Update readme to reflect this is a fork, and describe changes --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 62205fe..fc0e15d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # gitolite-cgit based on alpine image +Fork of [heckyel's image](https://git.sr.ht/~heckyel/gitolite-cgit-docker/) + +Changes made by the fork: +- don't generate /etc/cgitrc if it already exists (for example when mounting the cgitrc) +- don't start git-daemon (I don't use it) +- edit style.css to use orange as accept colour + +In the future this may also start shipping a cgit fork, depending on how long it takes me to find a good bug tracker (or write one if I can't find one, I'm a developer after all) + +Below follows the original unmodified readme. Know that to use this fork, below instructions do not apply. + ## What is this image? [`rusian/gitolite-cgit`](https://hub.docker.com/r/rusian/gitolite-cgit) is a Docker image with `cgit` in dark-mode and `gitolite` running on top of `alpine` base image. -- cgit