storj/cmd/satellite
Vitalii 207dad4362 cmd/satellite: bind new billing command to config
This is a fix for invoice generation flow (method 2).
New command wasn't bind to config.
Method 1 still works as expected.

Change-Id: I481a0646f3f8f6f877ee8efab3622dd525d8c22a
2023-12-01 23:49:20 +00:00
..
reports cmd/satellite: add project ID, bucket name to partner attribution CSV 2022-06-01 20:27:12 +00:00
admin.go go.mod: make bump-dependencies (uplink, common, ...) 2023-11-29 16:55:41 +00:00
api.go go.mod: make bump-dependencies (uplink, common, ...) 2023-11-29 16:55:41 +00:00
auditor.go go.mod: make bump-dependencies (uplink, common, ...) 2023-11-29 16:55:41 +00:00
billing_test.go cmd/satellite: change invoicing flags to iso8601 2022-10-07 07:58:23 -07:00
billing.go satellite/payments: Remove expired package credits 2023-05-22 11:58:37 +00:00
compensation.go compensation: always generate invoices for every node 2021-03-29 14:15:45 +00:00
Dockerfile cmd/satellite: copy wasm files into app/static/wasm subfolder 2023-10-26 14:12:35 +00:00
entrypoint satellite/entrypoint: Ignore unset variable errors while checking for VALID_EXECUTABLE 2023-07-05 20:18:38 +00:00
fetchpieces.go satellite: cleanup orders dependencies 2023-03-09 13:34:21 +00:00
gc-bf.go go.mod: make bump-dependencies (uplink, common, ...) 2023-11-29 16:55:41 +00:00
gc.go go.mod: make bump-dependencies (uplink, common, ...) 2023-11-29 16:55:41 +00:00
gracefulexit.go satellite/gracefulexit: revamp graceful exit 2023-09-27 08:40:01 +00:00
main.go cmd/satellite: bind new billing command to config 2023-12-01 23:49:20 +00:00
output.go satellite: compensation package and commands 2020-03-30 14:08:14 -06:00
rangedloop.go go.mod: make bump-dependencies (uplink, common, ...) 2023-11-29 16:55:41 +00:00
README.md hc to satellite rename (#282) 2018-08-29 14:32:41 -04:00
repair_segment_test.go cmd/satellite: repair-segment; add option to process csv file directly 2022-11-18 17:40:17 +00:00
repair_segment.go all: don't depend on infectious library directly 2023-10-31 16:00:47 +02:00
repairer.go go.mod: make bump-dependencies (uplink, common, ...) 2023-11-29 16:55:41 +00:00
testdata_test.go satellite: optional migration for integration tests 2022-10-04 11:35:03 +02:00
testdata.go {satellite/console,web/satellite}: get project salt from satellite 2022-10-12 19:06:27 +00:00
ui.go go.mod: make bump-dependencies (uplink, common, ...) 2023-11-29 16:55:41 +00: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