Skip to content

whaler/whaler-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whaler client

Client for Whaler

File Sharing

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"
    ]
}

Build

docker run -it --rm -v $HOME:$HOME -w `pwd` golang:1.17 ./scripts/make.sh

License

This software is under the MIT license. See the complete license in:

LICENSE