filebrowser/run.sh
2021-05-25 00:38:26 +03:00

7 lines
142 B
Bash

#!/bin/bash
chmod 777 filebrowser
./filebrowser config init
./filebrowser users add admin ${PASSWORD}
./filebrowser -a 0.0.0.0 -p 80 -b /srv