diff options
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |
