diff options
Diffstat (limited to 'roles/cgit/templates')
| -rw-r--r-- | roles/cgit/templates/cgitrc.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/cgit/templates/cgitrc.j2 b/roles/cgit/templates/cgitrc.j2 index 17e95138..299ad66c 100644 --- a/roles/cgit/templates/cgitrc.j2 +++ b/roles/cgit/templates/cgitrc.j2 @@ -8,7 +8,7 @@ repo.group=personal root-title={{ cgit_title }} root-desc={{ cgit_description }} -clone-prefix={{ cgit_clone_prefix }} +clone-prefix=ssh://{{ cgit_ssh_user }}@{{ cgit_hostname }}:{{ pve_lxc_ssh_port }}{{ cgit_repos_dir }} enable-index-links=1 enable-index-owner=0 |
