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 | 94a93f951b6fb41368bee2b3adc17899c64748b0 (patch) | |
tree | db63fb262f22fff710e5087baf57a9cea6716294 /services/templates/cgitrc.template | |
parent | 0ef9a3256793b2a92b01be2d79f62697d6e327de (diff) | |
download | crupest-94a93f951b6fb41368bee2b3adc17899c64748b0.tar.gz crupest-94a93f951b6fb41368bee2b3adc17899c64748b0.tar.bz2 crupest-94a93f951b6fb41368bee2b3adc17899c64748b0.zip |
feat(git): better separation of private/public repos.
cgit for private repo is turned off now.
Diffstat (limited to 'services/templates/cgitrc.template')
-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 |