diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-28 16:51:48 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-28 16:51:48 +0800 |
commit | e6d6b091d0854fa6e25eb68105cc6cb5f088a957 (patch) | |
tree | c59ecbf0b5d6a0918c29e71639527113635c5a83 /services/docker/git-server/app/cgit/public | |
parent | 5593b047786930eeb85864b04e731226655a8c76 (diff) | |
download | crupest-e6d6b091d0854fa6e25eb68105cc6cb5f088a957.tar.gz crupest-e6d6b091d0854fa6e25eb68105cc6cb5f088a957.tar.bz2 crupest-e6d6b091d0854fa6e25eb68105cc6cb5f088a957.zip |
fix(git): cgit clone urls.
Diffstat (limited to 'services/docker/git-server/app/cgit/public')
-rw-r--r-- | services/docker/git-server/app/cgit/public | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/docker/git-server/app/cgit/public b/services/docker/git-server/app/cgit/public index d1b276d..630f241 100644 --- a/services/docker/git-server/app/cgit/public +++ b/services/docker/git-server/app/cgit/public @@ -1,5 +1,5 @@ cache-root=/var/cache/cgit/public root-readme=/git/README.md include=/app/cgit/common -clone-url=$CRUPEST_ROOT_URL/git$CGIT_REPO_URL +clone-url=$CRUPEST_ROOT_URL/git/$CGIT_REPO_URL scan-path=/git/repos/public |