storj/cmd/uplink
Michal Niewrzal 4e857ea133
Add setup tag for config structs (#968)
* Fix ignored setup arguments

* fix linter errors

* small params cleanup

* fix integration tests

* cleanup in configs

* Add `setup` tag for config structs

* fix broken if statement

* cleanup captplanet config

* remove reduntant return

* add missing Signer config

* review comments

* local variable renamed

* remove unused var
2019-01-07 12:06:10 +01:00
..
cmd Add setup tag for config structs (#968) 2019-01-07 12:06:10 +01:00
Dockerfile Fix detection of existing config in docker images (#929) 2018-12-21 11:56:57 -05:00
entrypoint Fix detection of existing config in docker images (#929) 2018-12-21 11:56:57 -05:00
main.go split gateway from uplink 2018-10-25 15:01:44 -06:00
README.md uplink: make ul/uplink consistent (#286) 2018-08-24 14:02:42 -06:00

Uplink

Documentation for developing and building the uplink service

Usage:

First make an identity:

go install storj.io/storj/cmd/uplink
uplink setup

You can edit ~/.storj/uplink/config.yaml to your liking. Then run it!

uplink run