# Set the title and heading of the repository index pageroot_title = 'Git repository browser'# Set a subtitle for the repository index pageroot_description = 'Open-source projects available at mydomain.tld'# Include some more info about example.com on the index pageroot_readme = '/config/rgit_about.md'# Allow download of source tarballssnapshots = ['tar.gz','tar.bz2','zip',]# Add a faviconfavicon = '/config/favicon.ico'# Use a custom logo imagelogo = '/config/logo.png'# Alt text for the custom logo imagelogo_alt = '🏔️'# Url loaded when clicking on the logologo_link = '/'# Allow http transport git cloneenable_http_clone = true# Show extra links for each repository on the index pageenable_index_links = false# Show owner on the index pageenable_index_owner = true# Generate HTTPS clone urlsclone_prefix = 'https://git.mydomain.tld'# Generate SSH clone urlsssh_clone_prefix = 'ssh://git.mydomain.tld:/srv/git'