I am trying to make the root directory for my gitweb to be a media drive (eg. /media/pi/my_usb)
In my /etc/gitweb.conf I have the following root:
$projectroot = "/home/git";
With this I am able to see all repositories in this directory, which is what I want.
But when I change the root directory to (this is what I want):
$projectroot = "/media/pi/my_usb/my_repo";
With this at my root directory, It tells me that my directory is empty and there are no repositories.