filebrowser/run.sh
2021-06-03 22:14:49 +03:00

9 lines
193 B
Bash
Executable File

#!/bin/sh
cd /
chmod 777 filebrowser
./filebrowser config init
./filebrowser config set --auth.method=noauth
./filebrowser users add admin ${PASSWORD}
./filebrowser -a 0.0.0.0 -p 9091 -b /srv