storj/cmd/uplink
2019-03-22 11:01:49 +02:00
..
cmd Remove PointerDB client (#1520) 2019-03-22 11:01:49 +02:00
Dockerfile Fix detection of existing config in docker images (#929) 2018-12-21 11:56:57 -05:00
entrypoint Adding additional required values for satellite configuration (#1036) 2019-01-11 22:47:18 -05:00
main.go Divide uplink and gateway params set (#1026) 2019-02-04 16:50:06 +01:00
README.md Update README.md (#1400) 2019-03-05 09:54:49 +02:00

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