A web UI tool of the gofs.
The first need Go and Node installed, then you can use
the below command to install gofs-webui.
$ scripts\build.bat$ chmod +x ./scripts/build.sh && ./scripts/build.shYou can use the build-docker.sh script to build the docker image and you should clone this
repository and cd to the root path of the repository first.
$ chmod +x ./scripts/build-docker.sh && ./scripts/build-docker.shOr pull the docker image directly from DockerHub with the command below.
$ docker pull nosrc/gofs-webuiFor more scripts about release and docker, please see the scripts directory.
$ gofs-webui.exe$ ./gofs-webui$ docker run -it --rm --name running-gofs-webui -p 9097:9097 nosrc/gofs-webui:latest gofs-webuiWhen you generate the configuration file gofs.json using gofs-webui and have
installed gofs, you can use the following command to run gofs and
synchronize your files.
$ gofs -conf=./gofs.json