Is it possible to browse all the remote repos available on a given server?
I've seen this:
Git - Browse remote repository
which is about browsing branches in a remote repo. However, I'm assuming this is more of an ssh scripting solution as you need to be able to ssh to the machine and list all the git repos in a certain directory.