mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add cgit configuration and style sheet
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
871cb480c1
commit
662f31cdb7
5 changed files with 905 additions and 0 deletions
29
conf/cgitrc.proto
Normal file
29
conf/cgitrc.proto
Normal file
|
@ -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/
|
Loading…
Add table
Add a link
Reference in a new issue