From d3cb7d3f393a1a0088e2da57da500c93a0220459 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 7 Jul 2026 17:13:55 +0200 Subject: Add cgit role with testing of molecule service --- roles/cgit/templates/cgitrc.j2 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 roles/cgit/templates/cgitrc.j2 (limited to 'roles/cgit/templates/cgitrc.j2') 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 }} -- cgit v1.2.3