storj/cmd/gateway
2019-03-22 11:01:49 +02:00
..
Dockerfile Divide uplink and gateway params set (#1026) 2019-02-04 16:50:06 +01:00
entrypoint Remove PointerDB client (#1520) 2019-03-22 11:01:49 +02:00
main.go Remove PointerDB client (#1520) 2019-03-22 11:01:49 +02: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