blob: d6633de5946fccb201b34328ff1a2b51852542f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# shellcheck disable=all # this isn't a shell file, dingus
about-filter=/usr/bin/cgit-about-filter.sh
clone-url=https://$HTTP_HOST/$CGIT_REPO_URL git@asylum:$CGIT_REPO_URL
css=/style.css
enable-blame=1
enable-git-config=1
enable-index-owner=0
enable-log-filecount=1
enable-log-linecount=1
header=/etc/cgit/public-header.html
logo-link=https://git.causal.agency/cgit-pink/about/
readme=:README.md
root-desc=personal git repositories
snapshots=tar.gz zip
source-filter=/usr/bin/cgit-syntect
virtual-root=/
cache-root=/srv/git/.cache
cache-size=1M
remove-suffix=1
strict-export=git-daemon-export-ok
scan-path=/srv/git
|