# Set the title and heading of the repository index page root_title = 'Git repository browser' # Set a subtitle for the repository index page root_description = 'Open-source projects available at mydomain.tld' # Include some more info about example.com on the index page root_readme = '/config/rgit_about.md' # Allow download of source tarballs snapshots = [ 'tar.gz', 'tar.bz2', 'zip', ] # Add a favicon favicon = '/config/favicon.ico' # Specify a path to a logo image, or an emoji (eg. '🏔️') logo = '/config/logo.png' # Alt text for the logo image logo_alt = '🏔️' # Url loaded when clicking on the logo logo_link = '/' # Allow http transport git clone enable_http_clone = true # Show extra links for each repository on the index page enable_index_links = false # Show owner on the index page enable_index_owner = true # Generate HTTPS clone urls clone_prefix = 'https://git.mydomain.tld' # Generate SSH clone urls ssh_clone_prefix = 'ssh://git.mydomain.tld:/srv/git' # Limit length of commit messages in the log to this; use 0 for no limit max_commit_message_length = 80 # Limit length of repository descriptions; use 0 for no limit max_repo_desc_length = 80 # Use custom css on all pages css = "/custom.scss" # Set a custom file to serve at `/robots.txt` robots_txt = "/robots.txt" # Change the header style header = "Image"