diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-29 22:19:05 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-29 22:19:05 +0200 |
commit | 780164e401734b23843d4f0d4a19b824fff3065a (patch) | |
tree | 03afea78ab6537379043126905cce217831a5f46 /roles/git/files/etc | |
parent | bf410757052f9e8572a856f45007d89c81cc066b (diff) |
Cgit: Add gitolite@ for clone ssh:// URLs.
Diffstat (limited to 'roles/git/files/etc')
-rw-r--r-- | roles/git/files/etc/cgitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/git/files/etc/cgitrc b/roles/git/files/etc/cgitrc index b862dc3..a7e33cd 100644 --- a/roles/git/files/etc/cgitrc +++ b/roles/git/files/etc/cgitrc @@ -6,7 +6,7 @@ cache-size=1000 # Specify some default clone url prefixes -clone-url=https://$HTTP_HOST/$CGIT_REPO_NAME ssh://$HTTP_HOST/$CGIT_REPO_NAME +clone-url=https://$HTTP_HOST/$CGIT_REPO_NAME ssh://gitolite@$HTTP_HOST/$CGIT_REPO_NAME # Specify the css, logo and favicon urls css=/static/cgit.css |