From 662f31cdb79058b84aeb19534ca640ab719c795c Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 28 Dec 2014 21:08:11 +0100 Subject: Add cgit configuration and style sheet Signed-off-by: Lukas Fleischer --- conf/cgitrc.proto | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 conf/cgitrc.proto (limited to 'conf') diff --git a/conf/cgitrc.proto b/conf/cgitrc.proto new file mode 100644 index 0000000..fdc280b --- /dev/null +++ b/conf/cgitrc.proto @@ -0,0 +1,29 @@ +virtual-root=/cgit/ +clone-prefix=git+ssh://aur@aur.archlinux.org:2222 +noheader=0 +logo= +css=/css/cgit.css +snapshots=tar.gz +readme=:README.md +readme=:README +enable-index-owner=0 +enable-index-links=1 + +cache-root=/var/cache/cgit +cache-size=500000 +cache-dynamic-ttl=15 +cache-repo-ttl=15 +cache-root-ttl=60 +cache-scanrc-ttl=120 +cache-static-ttl=60 + +root-title=AUR Package Repositories +root-desc=Web interface to the AUR Package Repositories +header=/srv/http/aur/web/template/cgit/header.html +footer=/srv/http/aur/web/template/cgit/footer.html +max-repodesc-length=50 +max-blob-size=2048 +max-stats=year +enable-http-clone=0 + +scan-path=/srv/http/aur/repos/ -- cgit v1.2.3-54-g00ecf