storj/cmd/gateway
Michal Niewrzal c7ad427d95
Move metainfo config (#1234)
* Move metainfo config

* move config to uplink

* reorganize code

* use satellite apikey

* comment update
2019-02-08 13:57:35 +01:00
..
Dockerfile Divide uplink and gateway params set (#1026) 2019-02-04 16:50:06 +01:00
entrypoint fixing entrypoint script looking for invalid flag (#1147) 2019-01-28 07:53:16 -05:00
main.go Move metainfo config (#1234) 2019-02-08 13:57:35 +01: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