diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-12-28 21:08:11 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-12-28 21:09:26 +0100 |
commit | 662f31cdb79058b84aeb19534ca640ab719c795c (patch) | |
tree | 27597f3885316d4f41f7add7ce49f2cd1043fc16 /conf | |
parent | 871cb480c1c14ec59da753c78ed818cb25f7f7b0 (diff) | |
download | aurweb-662f31cdb79058b84aeb19534ca640ab719c795c.tar.xz |
Add cgit configuration and style sheet
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/cgitrc.proto | 29 |
1 files changed, 29 insertions, 0 deletions
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/ |