storj/cmd/gateway
paul cannon 4d3db68283 cmd/gateway: fix go.mod formatting
Go is continually rewriting this file this way, making it Git-dirty,
and it makes me sad

Change-Id: I71cd630259a8bbeeffaa3dc9435562ecfc4e6487
2020-02-28 18:00:55 -06:00
..
Dockerfile Rework gateway container image to build like the rest (#2230) 2019-06-18 10:29:22 -04:00
entrypoint cmd/gateway: Fix entrypoint setup command 2020-01-15 11:29:27 +00:00
go.mod cmd/gateway: fix go.mod formatting 2020-02-28 18:00:55 -06:00
go.sum cmd/gateway: simplify module handling 2020-02-26 17:59:45 +00:00
main.go cmd/gateway: use a separate repository 2020-02-24 10:03:03 +02: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