filebrowser for armv7 (rpi,bpi etc) with install script, customized design and configuration
clone this repo, go into the directory and run the Installer. You will need specific permissions for creating dirs and users. Be sure you are root or something similar.
git clone [email protected]:gemichelst/filebrowser_gemichelst.git
cd filebrowser_gemichelst
bin/filebrowser-installer
you can configure your filebrowser server with the file 'conf/filebrowser.json'. There you can change the port, ip etc.
after the installation script has finished a systemd service was created. after a reboot the filebrowser server will autostart but you can also use this command to start it:
sudo systemctl start [email protected]
thanks to the devs from filebrowser. They made this amazing simple and fast filebrowser. You will find the original amazing source at: github.com/filebrowser/filebrowser