storj/cmd/gateway
Bill Thorp 66718cc5e6
Development defaults for configuration (#1430)
added --dev command line option, cfgstruct.DevFlag(), and cfgstruct.SetupFlag()
2019-03-12 08:51:06 -04: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 Development defaults for configuration (#1430) 2019-03-12 08:51:06 -04: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