diff options
Diffstat (limited to 'playbooks/templates/cgitrc.j2')
| -rw-r--r-- | playbooks/templates/cgitrc.j2 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/playbooks/templates/cgitrc.j2 b/playbooks/templates/cgitrc.j2 new file mode 100644 index 0000000..233e2c0 --- /dev/null +++ b/playbooks/templates/cgitrc.j2 @@ -0,0 +1,14 @@ +css=/cgit.css +logo=/cgit.png +favicon=/favicon.ico + +root-title=git.{{ domain }} +root-desc=Sorantics repositories + +clone-prefix=https://git.{{ domain }} git@git.{{ domain }}: +enable-index-owner=0 +enable-log-filecount=1 +enable-log-linecount=1 +enable-tree-linenumbers=1 +remove-suffix=1 +scan-path={{ git_repo_root }} |
