blob: 6abeaf5a71e4c4084c7da71407b517ea1254f3fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Needed to avoid duplicating URI in every href
virtual-root=/
# Enable us "ignoring" specific repositories
enable-git-config=1
# Self explanatory
enable-http-clone=1
# Remove .git suffix
remove-suffix=1
# Needs to be mountpoint of the gitolite volume
scan-path=/var/lib/git/repositories
project-list=/var/lib/git/projects.list
# Requires python
#source-filter=/usr/lib/cgit/filters/syntax-high.py
#about-filter=/usr/lib/cgit/filters/about-formatting.sh
root-title=Personal projects
root-desc=A brief collection
root-readme=/var/www/htdocs/cgit/about.html
local-time=1
css=/everforest.css
css=/cgit.css
logo=/logo.png
|