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 | cb6c8080bc6c6e262a73a8d1c0d21e12ebc3906a (patch) | |
tree | 156ffa86968259667eff7fb1fd085bca65e0f2e1 /services/templates | |
parent | 417116fddab1635d3b6f419d853e66ff7d00ee86 (diff) | |
download | crupest-cb6c8080bc6c6e262a73a8d1c0d21e12ebc3906a.tar.gz crupest-cb6c8080bc6c6e262a73a8d1c0d21e12ebc3906a.tar.bz2 crupest-cb6c8080bc6c6e262a73a8d1c0d21e12ebc3906a.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 |