diff options
Diffstat (limited to 'docker/frontend/etc')
-rw-r--r-- | docker/frontend/etc/cgit/cgitrc | 1 | ||||
-rw-r--r-- | docker/frontend/etc/cgit/common | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docker/frontend/etc/cgit/cgitrc b/docker/frontend/etc/cgit/cgitrc index e12b2f4..55a97bd 100644 --- a/docker/frontend/etc/cgit/cgitrc +++ b/docker/frontend/etc/cgit/cgitrc @@ -1,3 +1,4 @@ +# Always include this (unless you disagree with my choices, of course). include=/etc/cgit/common root-title=My git repositories diff --git a/docker/frontend/etc/cgit/common b/docker/frontend/etc/cgit/common index 4fdf2a5..911b1ed 100644 --- a/docker/frontend/etc/cgit/common +++ b/docker/frontend/etc/cgit/common @@ -23,6 +23,7 @@ max-stats=year remove-suffix=1 snapshots=tar.gz tar.bz2 zip +# Enable Markdown conversion to HTML. about-filter=/usr/lib/cgit/filters/about-formatting.sh readme=:README.md readme=:readme.md @@ -31,6 +32,8 @@ readme=:readme.txt readme=:README readme=:readme +# Enable syntax highlighting. source-filter=/usr/lib/cgit/filters/syntax-highlighting.py +# Set the directory path to search for repositories. scan-path=/mnt/cgitize |