summaryrefslogtreecommitdiff
path: root/cgitrc.template
diff options
context:
space:
mode:
authorYour Name <you@example.com>2025-12-29 18:28:13 +0800
committerYour Name <you@example.com>2025-12-29 18:28:13 +0800
commit214f4bab8b852e9b66d909bc22e5f9119da7dfb5 (patch)
treeee970b0f1738e5e08afe24247305be2defb27735 /cgitrc.template
initial commit
Diffstat (limited to 'cgitrc.template')
-rw-r--r--cgitrc.template27
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 @@
1css=${CGIT_CSS}
2logo=${CGIT_LOGO}
3root-title=Git Repositories
4root-desc=
5scan-path=${GIT_PATH}
6
7# Features
8enable-index-links=1
9enable-commit-graph=1
10enable-log-filecount=1
11enable-log-linecount=1
12enable-http-clone=1
13enable-blame=1
14
15# Downloads
16snapshots=tar.gz zip tar.xz
17
18# Clone URL
19clone-url=https://$HTTP_HOST/$CGIT_REPO_URL
20
21# Caching (0 = disabled)
22cache-size=0
23
24# Appearance
25max-repo-count=50
26max-stats=year
27side-by-side-diffs=1