diff options
| author | Dmitry Rokosov <rockosov@rulkc.org> | 2026-05-21 23:41:29 +0300 |
|---|---|---|
| committer | Dmitry Rokosov <rockosov@rulkc.org> | 2026-05-21 23:41:29 +0300 |
| commit | 25f7cb7beb66b39a7493c41d3876fcb44307b3e0 (patch) | |
| tree | f0cc8be7ae1d36e300ba81ae481acdd9eaed517b /git.rulkc.org/cgit/cgitrc | |
| parent | fb819fb86738f0f70f8b991f684c9763d6ae1256 (diff) | |
| download | config-25f7cb7beb66b39a7493c41d3876fcb44307b3e0.tar.gz config-25f7cb7beb66b39a7493c41d3876fcb44307b3e0.zip | |
Introduce cgit configs
Signed-off-by: Dmitry Rokosov <rockosov@rulkc.org>
Diffstat (limited to 'git.rulkc.org/cgit/cgitrc')
| -rw-r--r-- | git.rulkc.org/cgit/cgitrc | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/git.rulkc.org/cgit/cgitrc b/git.rulkc.org/cgit/cgitrc new file mode 100644 index 0000000..7764dea --- /dev/null +++ b/git.rulkc.org/cgit/cgitrc @@ -0,0 +1,31 @@ +# Core settings +virtual-root=/ +cache-root=/var/cache/cgit +cache-size=1000 +logo-link=/ + +# Features +enable-http-clone=1 +enable-git-config=1 +enable-index-owner=1 +snapshots=tar.gz zip + +# Clone URLs (same as web URLs) +clone-url=https://git.rulkc.org/$CGIT_REPO_URL git://git.rulkc.org/$CGIT_REPO_URL ssh://git@git.rulkc.org/$CGIT_REPO_URL + +# Auto-create sections from directory names +section-from-path=3 + +# Single scan-path to parent directory +scan-path=/var/lib/git + +# UI settings +css=/cgit.css +logo=/cgit.png +root-title=LANDAU git repositories +root-desc=Git repositories for Linux kernel Advanced for Next-gen Devices & Architectures + +max-stats=quarter + +repo.url=gitolite-admin +repo.ignore=1 |
