storj/cmd/gateway
Jeff Wendling 21a3bf89ee cmd/uplink: use scopes to open (#2501)
What: Change cmd/uplink to use scopes

It moves the fields that will be subsumed by scopes into an explicit legacy section and hides their configuration flags.

Why: So that it can read scopes in from files and stuff
2019-08-05 11:01:20 -06:00
..
Dockerfile Rework gateway container image to build like the rest (#2230) 2019-06-18 10:29:22 -04:00
entrypoint Remove PointerDB client (#1520) 2019-03-22 11:01:49 +02:00
main.go cmd/uplink: use scopes to open (#2501) 2019-08-05 11:01:20 -06:00
README.md Bd/doc text2 (#1973) 2019-05-16 15:04:06 +02:00

Gateway

Documentation for developing and building the gateway service

Usage:

First make an identity:

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

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

gateway run