diff options
Diffstat (limited to 'cgitrc.template')
| -rw-r--r-- | cgitrc.template | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/cgitrc.template b/cgitrc.template new file mode 100644 index 0000000..950bf64 --- /dev/null +++ b/cgitrc.template | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | css=${CGIT_CSS} | ||
| 2 | logo=${CGIT_LOGO} | ||
| 3 | root-title=Git Repositories | ||
| 4 | root-desc= | ||
| 5 | scan-path=${GIT_PATH} | ||
| 6 | |||
| 7 | # Features | ||
| 8 | enable-index-links=1 | ||
| 9 | enable-commit-graph=1 | ||
| 10 | enable-log-filecount=1 | ||
| 11 | enable-log-linecount=1 | ||
| 12 | enable-http-clone=1 | ||
| 13 | enable-blame=1 | ||
| 14 | |||
| 15 | # Downloads | ||
| 16 | snapshots=tar.gz zip tar.xz | ||
| 17 | |||
| 18 | # Clone URL | ||
| 19 | clone-url=https://$HTTP_HOST/$CGIT_REPO_URL | ||
| 20 | |||
| 21 | # Caching (0 = disabled) | ||
| 22 | cache-size=0 | ||
| 23 | |||
| 24 | # Appearance | ||
| 25 | max-repo-count=50 | ||
| 26 | max-stats=year | ||
| 27 | side-by-side-diffs=1 | ||
