Client for Whaler
By default client
provide access for HOME
directory. If you need access for different directories,
create ~/.whaler/client.json
file with this content:
{
"file-sharing": [
"/some/other/path"
]
}
docker run -it --rm -v $HOME:$HOME -w `pwd` golang:1.17 ./scripts/make.sh
This software is under the MIT license. See the complete license in:
LICENSE