diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-07 15:53:34 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-07 16:46:57 +0800 |
commit | 2c26c4d44142dc1a4739eb28b0d8077f37161a72 (patch) | |
tree | f86296500204076a496611d956d6d6c3c09957a9 /services/templates | |
parent | 80a7f19db7ec51d4c8f1c8517257df9ef19904cb (diff) | |
download | crupest-2c26c4d44142dc1a4739eb28b0d8077f37161a72.tar.gz crupest-2c26c4d44142dc1a4739eb28b0d8077f37161a72.tar.bz2 crupest-2c26c4d44142dc1a4739eb28b0d8077f37161a72.zip |
feat(git): better separation of private/public repos.
cgit for private repo is turned off now.
Diffstat (limited to 'services/templates')
-rw-r--r-- | services/templates/cgitrc.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/templates/cgitrc.template b/services/templates/cgitrc.template index 7e05ead..45ee262 100644 --- a/services/templates/cgitrc.template +++ b/services/templates/cgitrc.template @@ -18,4 +18,4 @@ readme=:README clone-prefix=@@CRUPEST_ROOT_URL@@git/ section-from-path=1 -scan-path=/git/repos/ +scan-path=/git/repos/public |