diff options
Diffstat (limited to '')
-rw-r--r-- | cgit/cgitrc (renamed from docker/cgitrc) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/cgitrc b/cgit/cgitrc index 6df01d2..34bbe81 100644 --- a/docker/cgitrc +++ b/cgit/cgitrc @@ -10,7 +10,7 @@ logo-link=/ root-title=NormalMode.org Repositories root-desc=Public repositories hosted on normalmode.org -clone-url=https://$HTTP_HOST$SCRIPT_NAME/$CGIT_REPO_URL ssh://gitolite@$HTTP_HOST/$CGIT_REPO_URL +clone-url=https://$HTTP_HOST$SCRIPT_NAME/$CGIT_REPO_URL ssh://git@$HTTP_HOST/$CGIT_REPO_URL enable-blame=1 enable-follow-links=1 @@ -35,4 +35,4 @@ remove-suffix=1 section-from-path=-1 strict-export=gl-creator -scan-path=/data/repositories/ +scan-path=/repositories/ |