From 750b3527924bc7f3b24d2c09e29a0d0c62e90180 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 17 Nov 2019 19:13:00 +0100 Subject: checked in 1.2.1-1, customized for Archlinux32 --- cgitrc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 cgitrc (limited to 'cgitrc') diff --git a/cgitrc b/cgitrc new file mode 100644 index 0000000..8cf9efa --- /dev/null +++ b/cgitrc @@ -0,0 +1,27 @@ +# +# cgit config +# + +css=/cgit.css + +root-title=Archlinux32 Git Repositories +root-desc=Git repositories hosted at archlinux32.org + +logo= +header=/usr/share/webapps/cgit/header.html +footer=/usr/share/webapps/cgit/footer.html + +# Allow http transport git clone +#enable-http-clone=0 + + +# 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=/ + +project-list=/var/lib/gitolite/projects.list +scan-path=/data/git + + -- cgit v1.2.3-54-g00ecf