http://uov5vlsywysdx44mykfwhezqazyubs7zyqdrsl7iaawwrtkkdaig5xqd.onion/articles/SetupGitServer
If you created repos on Gitolite, these repos won't show up on gitweb because we didn't define where to search them. Edit the /etc/gitweb.conf file and add/modify the following: root:server# vim /etc/gitweb.conf
[...]
$projects_list = "/var/lib/git/projects.list";
$projectroot = "/var/lib/git/repositories";
[...]