From f87c066685098da9a67dd410104cbba8c5fdcdbd Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 9 Apr 2026 11:04:46 +0900 Subject: deploy cgit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/git/files/cgitrc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bundles/git/files/cgitrc (limited to 'bundles/git/files/cgitrc') diff --git a/bundles/git/files/cgitrc b/bundles/git/files/cgitrc new file mode 100644 index 0000000..36eb882 --- /dev/null +++ b/bundles/git/files/cgitrc @@ -0,0 +1,28 @@ +enable-blame=1 +enable-commit-graph=1 +enable-follow-links=1 +enable-log-filecount=1 +enable-log-linecount=1 + +css=/custom.css +logo=https://gzr.im/media/interface/logo.svg + +mimetype.html=text/html +mimetype.js=text/javascript +mimetype.css=text/css +mimetype.py=text/x-script.python +mimetype.png=image/png +mimetype.gif=image/gif +mimetype.jpg=image/jpeg +mimetype.jpeg=image/jpeg + +root-title=robert's git repos +root-desc=nothing to see here + +about-filter=/usr/lib/cgit/filters/about-formatting.sh +source-filter=/usr/lib/cgit/filters/syntax-highlighting.py + +readme=:README.md +readme=:README + +scan-path=/var/lib/git/ -- cgit 1.4.1