User Tools

This is an old revision of the document!


Add user: useradd -d /data/daemons/filebrowser -m filebrowser

su - filebrowser

script: https://raw.githubusercontent.com/filebrowser/get/master/get.sh

download from: https://github.com/filebrowser/filebrowser/releases/

unzip: tar xvf linux-amd64-filebrowser.tar.gz

 > ./filebrowser config set --auth.method noauth
#!/bin/bash
 
cd /deposito/daemons/filebrowser &&
./filebrowser -r /deposito -p 3002 -b /filebrowser/ 2>&1 > filebrowser.log
#!/bin/bash
 
start-stop-daemon -b -m -p /var/run/filebrowser.pid -n filebrowser -u filebrowser /deposito/daemons/filebrowser/filebrowser.sh

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information