b566463540
* Added smarter logic to uplink CLI to add defaults to satellite-addr * Added smarter logic to uplink CLI to add defaults to satellite-addr * Adding error class. * Handle error from flag.Value.Set(). * Add comment to ApplyDefaultHostAndPortToAddrFlag function. * Add Storj copyright. |
||
---|---|---|
.. | ||
cmd | ||
Dockerfile | ||
entrypoint | ||
main.go | ||
README.md |
Uplink
Documentation for developing and building the uplink service.
Usage:
First make an identity:
go install storj.io/storj/cmd/identity
identity create uplink
Then setup the uplink:
go install storj.io/storj/cmd/uplink
uplink setup
You can edit ~/.storj/uplink/config.yaml
to your liking. Then run it!
uplink run