From 037ddb4f29fc2af3ef16a9e51312bde85f635c9b Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 18 Jan 2026 16:45:04 -0500 Subject: Bump to Alpine 3.23 Switch markdown formatting to cmark which is far faster than the old python based setup. Also tweak cgitrc and Nginx configuration a bit for simplicity. Move webroot out of git root. --- cgitrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cgitrc') diff --git a/cgitrc b/cgitrc index e367de7..31505fe 100644 --- a/cgitrc +++ b/cgitrc @@ -27,7 +27,9 @@ mimetype.svg=image/svg+xml # Highlight source code with python pygments-based highlighter -source-filter=/usr/lib/cgit/filters/syntax-highlighting.py +# You will need to adjust the dockerfile to make sure they're installed. +# Also, beware they're *very slow* +# source-filter=/usr/lib/cgit/filters/syntax-highlighting.py about-filter=/usr/lib/cgit/filters/about-formatting.sh -- cgit v1.2.3