storj/cmd/gateway
Egon Elbre 34125fe614 Reduce test CA difficulty (#1010)
* reduce test CA difficulty

* reduce docker ca difficulty
2019-01-10 15:23:33 +01:00
..
Dockerfile Fix detection of existing config in docker images (#929) 2018-12-21 11:56:57 -05:00
entrypoint Reduce test CA difficulty (#1010) 2019-01-10 15:23:33 +01:00
main.go split gateway from uplink 2018-10-25 15:01:44 -06:00
README.md split gateway from uplink 2018-10-25 15:01:44 -06:00

Gateway

Documentation for developing and building the gateway service

Usage:

First make an identity:

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

The gateway shares the uplink config file. You can edit ~/.storj/uplink/config.yaml to your liking. Then run it!

gateway run