diff options
| author | Joshua Lusk <luskjh@gmail.com> | 2026-05-26 10:55:08 -0400 |
|---|---|---|
| committer | Joshua Lusk <luskjh@gmail.com> | 2026-05-26 10:55:08 -0400 |
| commit | 805f6accd3d9d1e54b6ac0d88e17e10ec74bfa8f (patch) | |
| tree | 19b844e94a6ccb7fbc71dfbbdee917fa0cb90224 | |
| parent | 519495426d0df262364e443ea1fcd69dcc419446 (diff) | |
fix cgit pathsmain
| -rw-r--r-- | playbooks/templates/cgitrc.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/templates/cgitrc.j2 b/playbooks/templates/cgitrc.j2 index 233e2c0..37d2a6b 100644 --- a/playbooks/templates/cgitrc.j2 +++ b/playbooks/templates/cgitrc.j2 @@ -4,6 +4,7 @@ favicon=/favicon.ico root-title=git.{{ domain }} root-desc=Sorantics repositories +virtual-root=/ clone-prefix=https://git.{{ domain }} git@git.{{ domain }}: enable-index-owner=0 |
