From 51b47c3d0eb8e9c638d002aec566ef158ff5d0cd Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 16 Sep 2023 06:47:56 -0400 Subject: cgit: Update SSH clone URLs The username used to access gitolite has changed from 'gitolite' to 'git'. Reflect this in the cgit UI. Signed-off-by: Malfurious --- cgit/cgitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgit/cgitrc b/cgit/cgitrc index fca5fec..34bbe81 100644 --- a/cgit/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 -- cgit v1.2.3