diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-28 16:18:56 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-28 16:33:19 +0800 |
commit | fdd3c05228e9bf4aa2d134bfdfd3f2689b92fbe9 (patch) | |
tree | f2a93ccf645164ce1cc16527d4a0ec8ef9397785 /services/templates/cgitrc.template | |
parent | fda45d5a11822fa84abf30dbf4b1ff05d2e45c53 (diff) | |
download | crupest-fdd3c05228e9bf4aa2d134bfdfd3f2689b92fbe9.tar.gz crupest-fdd3c05228e9bf4aa2d134bfdfd3f2689b92fbe9.tar.bz2 crupest-fdd3c05228e9bf4aa2d134bfdfd3f2689b92fbe9.zip |
feat(git): use non-root and add robots.
Diffstat (limited to 'services/templates/cgitrc.template')
-rw-r--r-- | services/templates/cgitrc.template | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/services/templates/cgitrc.template b/services/templates/cgitrc.template index ffffaae..4cc88d2 100644 --- a/services/templates/cgitrc.template +++ b/services/templates/cgitrc.template @@ -10,12 +10,11 @@ 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@@$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 readme=:README.md readme=:README -remove-suffix=1 scan-path=/git/ |