Skip to content

filebrowser for armv7 with install script and customized design

Notifications You must be signed in to change notification settings

gemichelst/filebrowser_gemichelst

Repository files navigation

filebrowser@gemichelst

GEMICHELSTCLOUD

filebrowser for armv7 (rpi,bpi etc) with install script, customized design and configuration

INSTALLATION

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 git@github.com:gemichelst/filebrowser_gemichelst.git
cd filebrowser_gemichelst
bin/filebrowser-installer

CONFIGURATION

you can configure your filebrowser server with the file 'conf/filebrowser.json'. There you can change the port, ip etc.

STARTING

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 filebrowser@filebrowser.service

THANKS

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