; You can hide repositories from GitList, just copy this for each repository you want to hide or add a regex (including delimiters), eg. hidden[] = '/(.+)\.git/'
[clone_button]
; ssh remote
show_ssh_remote = false ; display remote URL for SSH
ssh_user = 'git' ; user to use for cloning via SSH
; http remote
show_http_remote = false ; display remote URL for HTTP
use_https = true ; generate URL with https://
url_subdir = 'git/' ; if cloning via HTTP is triggered using virtual dir (e.g. https://example.com/git/repo.git)
; has to end with trailing slash
http_user = '' ; user to use for cloning via HTTP (default: none)