1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/aurweb/templates/cgitrc.j2
Leonidas Spyropoulos 3a302b4f7f
aurweb: release 6.2.3
This release removes the php code and adjusts the location of .gz
artifacts.

Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
2023-05-06 20:40:29 +01:00

36 lines
842 B
Django/Jinja

virtual-root=/cgit/
clone-prefix=https://{{ aurweb_domain }}
noheader=0
favicon=/static/images/favicon.ico
logo=
css=/static/css/cgit.css
snapshots=tar.gz
readme=:README.md
readme=:README
enable-index-owner=0
enable-index-links=1
enable-switch-form=0
noplainemail=1
cache-root=/var/cache/cgit-aurweb
cache-size=0
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={{ aurweb_dir }}/static/html/cgit/header.html
footer={{ aurweb_dir }}/static/html/cgit/footer.html
max-repodesc-length=50
max-blob-size=2048
max-stats=year
enable-http-clone=1
source-filter=/usr/lib/cgit-aurweb/filters/syntax-highlighting.sh
repo.url=aur.git
repo.path={{ aurweb_dir }}/aur.git
repo.desc=AUR Package Repositories