https://github.com/whaler/whaler-client
Client for Whaler
https://github.com/whaler/whaler-client
client docker whaler
Last synced: about 2 months ago
JSON representation
Client for Whaler
- Host: GitHub
- URL: https://github.com/whaler/whaler-client
- Owner: whaler
- License: mit
- Created: 2016-05-02T06:59:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T08:13:05.000Z (over 4 years ago)
- Last Synced: 2025-05-24T18:41:32.186Z (about 1 year ago)
- Topics: client, docker, whaler
- Language: Go
- Homepage: https://github.com/whaler/whaler
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Whaler client
Client for [Whaler](https://github.com/whaler/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:
```json
{
"file-sharing": [
"/some/other/path"
]
}
```
## Build
```sh
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
```