blob: ef1f50bf47c7a9e8379fe7b99d3c910c58ab20e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
css=/cgit.css
logo=/cgit.png
root-title=git.datagubbe.dev
root-desc=Git hosting for datagubbar
# disallow http transport git clone, this is handled with git
enable-http-clone=0
clone-url=https://$HTTP_HOST/$CGIT_REPO_URL
# if you do not want that webcrawler (like google) index your site
robots=noindex, nofollow
# if cgit messes up links, use a virtual-root. For example, cgit.example.org/ has this value:
virtual-root=/
snapshots=tar.xz tar.gz zip
section-from-path=1
scan-path=/git/repos/
|