You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.6 KiB
71 lines
1.6 KiB
root-title=$CGIT_TITLE
|
|
root-desc=$CGIT_DESC
|
|
virtual-root=$CGIT_VROOT
|
|
section-from-path=$CGIT_SECTION_FROM_STARTPATH
|
|
remove-suffix=1
|
|
|
|
##
|
|
## Search for these files in the root of the default branch of repositories
|
|
## for coming up with the about page:
|
|
##
|
|
readme=:README.md
|
|
readme=:readme.md
|
|
readme=:README.mkd
|
|
readme=:readme.mkd
|
|
readme=:README.rst
|
|
readme=:readme.rst
|
|
readme=:README.html
|
|
readme=:readme.html
|
|
readme=:README.htm
|
|
readme=:readme.htm
|
|
readme=:README.txt
|
|
readme=:readme.txt
|
|
readme=:README
|
|
readme=:readme
|
|
readme=:INSTALL.md
|
|
readme=:install.md
|
|
readme=:INSTALL.mkd
|
|
readme=:install.mkd
|
|
readme=:INSTALL.rst
|
|
readme=:install.rst
|
|
readme=:INSTALL.html
|
|
readme=:install.html
|
|
readme=:INSTALL.htm
|
|
readme=:install.htm
|
|
readme=:INSTALL.txt
|
|
readme=:install.txt
|
|
readme=:INSTALL
|
|
readme=:install
|
|
|
|
mimetype.gif=image/gif
|
|
mimetype.html=text/html
|
|
mimetype.jpg=image/jpeg
|
|
mimetype.jpeg=image/jpeg
|
|
mimetype.pdf=application/pdf
|
|
mimetype.png=image/png
|
|
mimetype.svg=image/svg+xml
|
|
|
|
# Cache
|
|
cache-root=/var/cache/cgit
|
|
cache-size=1000
|
|
|
|
enable-index-links=1
|
|
enable-index-owner=0
|
|
enable-remote-branches=1
|
|
enable-log-filecount=1
|
|
enable-log-linecount=1
|
|
enable-git-config=1
|
|
snapshots=tar.gz tar.bz2 zip
|
|
|
|
robots=noindex, nofollow
|
|
|
|
source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
|
|
about-filter=/usr/lib/cgit/filters/about-formatting.sh
|
|
clone-url=git://$CGIT_FQDN/$CGIT_REPO_URL
|
|
enable-commit-graph=1
|
|
|
|
# This needs to be at the bottom
|
|
# https://linux.die.net/man/5/cgitrc
|
|
# > Be advised that only the global settings taken before the scan-path
|
|
# > directive will be applied to each repository.
|
|
scan-path=/srv/git/repos
|
|
|