diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-07 17:13:55 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-07 17:16:46 +0200 |
| commit | d3cb7d3f393a1a0088e2da57da500c93a0220459 (patch) | |
| tree | fffbfc46cbb1e33efa42a764cd3e024725010cf7 /roles/cgit/templates/cgitrc.j2 | |
| parent | 4d42a2b0950882bf63380a08c90007970c38b4ce (diff) | |
Add cgit role with testing of molecule service
Diffstat (limited to 'roles/cgit/templates/cgitrc.j2')
| -rw-r--r-- | roles/cgit/templates/cgitrc.j2 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/roles/cgit/templates/cgitrc.j2 b/roles/cgit/templates/cgitrc.j2 new file mode 100644 index 00000000..a23e2d0b --- /dev/null +++ b/roles/cgit/templates/cgitrc.j2 @@ -0,0 +1,21 @@ +css=/cgit/cgit.css +logo=/cgit/cgit.png + +virtual-root=/ + +repo.group=personal + +root-title={{ cgit_title }} +root-desc={{ cgit_description }} + +clone-prefix={{ cgit_clone_prefix }} + +enable-index-links=1 +enable-log-filecount=1 +enable-log-linecount=1 +enable-blame=1 +enable-tree-linenumbers=1 + +max-stats=year + +scan-path={{ cgit_repos_dir }} |
