https://github.com/medunes/go-upload-client
Commandline client for Myra PushCDN
https://github.com/medunes/go-upload-client
Last synced: about 2 months ago
JSON representation
Commandline client for Myra PushCDN
- Host: GitHub
- URL: https://github.com/medunes/go-upload-client
- Owner: MedUnes
- License: mit
- Created: 2022-01-26T21:32:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T00:40:32.000Z (over 3 years ago)
- Last Synced: 2025-08-02T12:53:18.156Z (2 months ago)
- Homepage: https://myracloud.com/en/
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-upload-client
Client is used to upload files to [Myra's](https://myracloud.com/en/) PushCDN.
In order to use this client you need to be a customer of Myra.## Build
### Requirements
* https://github.com/Masterminds/glide
* make
* https://upx.github.io (optional)### Generate
glide install
make## Configuration
The client requires a configuration file to operate.
Please see the example:```yaml
endpoint: http://upload.myracloud.com
language: en
proxy: "socks5://localhost:8080"login:
user: user1
apikey: deadbeef1fbd41116fe98bbeeeeeeeef
secret: deadaef1fbd41116fe98beefabc14142
```If you do not use a proxy leave the field empty.
To get the login data you need to contact [Myra Support](https://myracloud.com/en/).The client will lookup the config in the following order:
* Config given via commandline flag
* $HOME/config.yml
* ./config.yml## Usage
See help for usage instructions.
./myra-upload --help