http://uov5vlsywysdx44mykfwhezqazyubs7zyqdrsl7iaawwrtkkdaig5xqd.onion/articles/SetupGitServer
We're gonna do the following : Install required software Configure SSH Configure Git & Gitolite Configure NginX Configure GitWeb Please note that you have to replace the "server" hostname with your ip address Installing required software All we need here is git, gitolite and gitweb: root:server# apt install git gitolite3 gitweb (if it says to create a user or configure something, say "no", we are gonna configure everything later!)