storj/cmd/satellite
Kaloyan Raev 2ee3030275 all: remove code related to PointerDB
Change-Id: I6675c9597f87019020f6233b83ab2f1119d2bc46
2021-04-21 12:35:31 +00: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 all: remove code related to PointerDB 2021-04-21 12:35:31 +00:00
billing.go satellite/payments: Convert coupon duration to be nullable 2021-04-01 16:28:23 +02:00
compensation.go compensation: always generate invoices for every node 2021-03-29 14:15:45 +00:00
Dockerfile satellite: remove referral program related code 2021-02-08 13:52:50 +00:00
entrypoint all: remove code related to PointerDB 2021-04-21 12:35:31 +00:00
gc.go all: remove code related to PointerDB 2021-04-21 12:35:31 +00:00
gracefulexit.go satellite/gracefulexit: extend GE data cleanup to include exit_progress 2021-03-01 15:52:43 +00:00
main.go all: remove code related to PointerDB 2021-04-21 12:35:31 +00: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 all: remove code related to PointerDB 2021-04-21 12:35:31 +00: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