aboutsummaryrefslogblamecommitdiffstats
path: root/roles/cgit/templates/cgitrc.j2
blob: 40b4b072f4f6f5c273188bdc112358c3c5b9988c (plain) (tree)






































                                            
# managed by Ansible

# visuals
css={{ cgit__css }}
logo={{ cgit__logo }}
favicon={{ cgit__favicon }}
footer={{ cgit__footer }}

# readme
readme=:README.md
readme=:README.org
readme=:README
readme=:.README.md
readme=:.README
about-filter=/bin/about-filter.sh

# features
enable-commit-graph=1
enable-http-clone=1
enable-index-links=1
max-stats=quarter
robots=noindex, nofollow
localtime=1

# git
clone-url={{ cgit__clone_urls | join(' ') }}

# instance id
root-title=git.{{ __global_domain_name }}
root-desc={{ cgit__root_desc }}
root-readme={{ cgit__root_readme }}

# archives
snapshots=tar.gz

# sections
section-from-path=1
section-sort=1
scan-path={{ cgit_git_dir }}
remember that computers suck.