aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-28 16:37:59 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-28 16:37:59 +0800
commit62c1fbd6ba81dab2f5061649d7a0c313e6e76558 (patch)
treef54f3f9301125ec5adf21e55f7456ad837a75fb6
parent4d3232069bbb6f89cbbf50ca64209d39fdfcd89f (diff)
downloadcrupest-62c1fbd6ba81dab2f5061649d7a0c313e6e76558.tar.gz
crupest-62c1fbd6ba81dab2f5061649d7a0c313e6e76558.tar.bz2
crupest-62c1fbd6ba81dab2f5061649d7a0c313e6e76558.zip
fix(git): clone url.
-rw-r--r--services/templates/cgitrc.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/templates/cgitrc.template b/services/templates/cgitrc.template
index 4cc88d2..277bb11 100644
--- a/services/templates/cgitrc.template
+++ b/services/templates/cgitrc.template
@@ -10,7 +10,7 @@ enable-log-filecount=1
enable-log-linecount=1
section-from-path=1
-clone-url=@@CRUPEST_ROOT_URL@@$CGIT_REPO_URL
+clone-url=@@CRUPEST_ROOT_URL@@git/$CGIT_REPO_URL
snapshots=tar.gz tar.bz2 zip
source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
about-filter=/usr/lib/cgit/filters/about-formatting.sh