Install & testing
First we have to set up some folders and download and install filebrowser (change the ip address to that of your rpi and a port of your choosing):
cd /opt
sudo mkdir filebrowser
cd filebrowser
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
sudo filebrowser -r /opt/filebrowser -a 192.168.0.10
more »