storj/cmd/satellite
Michal Niewrzal 2111740236 Merge 'master' branch
Change-Id: Ib73af0ff3ce0e9a1547b0b9fc55bf88704f6f394
2020-12-18 09:13:24 +01:00
..
reports Allow for DB application names per process. (#3983) 2020-12-04 11:24:39 +01:00
admin.go Allow for DB application names per process. (#3983) 2020-12-04 11:24:39 +01:00
api.go Merge 'master' branch 2020-12-07 15:05:52 +01:00
billing.go Allow for DB application names per process. (#3983) 2020-12-04 11:24:39 +01:00
compensation.go satellite/compensation: don't abort entirely if a node isn't found 2020-12-14 15:56:59 +00:00
Dockerfile build: added brotli compression for wasm bits 2020-12-17 19:23:53 +00:00
entrypoint cmd/satellite: clean up entrypoint (#3910) 2020-06-22 21:06:31 +02:00
gc.go satellite/metainfo: setup access to metabase in metainfo loop 2020-12-09 09:50:04 +01:00
gracefulexit.go Allow for DB application names per process. (#3983) 2020-12-04 11:24:39 +01:00
main.go Merge 'master' branch 2020-12-07 15:05:52 +01:00
output.go satellite: compensation package and commands 2020-03-30 14:08:14 -06:00
README.md hc to satellite rename (#282) 2018-08-29 14:32:41 -04:00
repairer.go Merge 'master' branch 2020-12-07 15:05:52 +01:00
satellite.yaml all: fix comments about grpc 2020-05-11 13:05:34 +03:00
usage.go Allow for DB application names per process. (#3983) 2020-12-04 11:24:39 +01:00

Satellite

Documentation for developing and building the satellite service

Usage:

First make an identity:

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

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

satellite run