storj/cmd/satellite
Stefan Benten 49a30ce4a7
satellite/payments: Set proper defaults for the release (#3806)
* Slight adjustments to the migration

Change-Id: I68ae81c010c3414fde2845df16ab124f8d17834b

* Change Coupon Value

Change-Id: I0f241d09e5f716f1d1b3f0688643ba7f614d83c4

* Change AlphaUsage to 5GB

Change-Id: I5d25c6b5750684510cda8b14a27f38d5b2b07408

* change config lock

Change-Id: Ib7c7a54555ba2387c9aa8dd60a0501b0ee6491dd

* Use Scan properly

Change-Id: Ie39cf4644e3ddd703a254e2f5e616763dd805235

* Fix Config Lock

Change-Id: I558ecc1c1becfaaefc7aea5ad2fe83fd6bf6b561
2020-03-16 22:53:12 +01:00
..
reports satellite: add an expiring lru cache around api keys 2020-01-09 22:13:41 -07:00
admin.go storagenode: notifications on outdated software version 2020-03-02 16:48:02 +00:00
api.go storagenode: notifications on outdated software version 2020-03-02 16:48:02 +00:00
Dockerfile Add inspector to satellite image (#3801) 2020-03-16 09:05:59 -04:00
entrypoint satellitedb: separate migration into subcommand (#3436) 2019-11-02 13:09:07 -07:00
gracefulexit.go satellite: add an expiring lru cache around api keys 2020-01-09 22:13:41 -07:00
main.go satellite/payments: More Cleanup and Satellite command to ensure we have stripe customers (#3805) 2020-03-16 20:34:15 +01:00
README.md hc to satellite rename (#282) 2018-08-29 14:32:41 -04:00
repairer.go satellite/repair: put irreparable segments in irreparableDB 2020-03-09 21:45:16 +00:00
satellite.yaml hc to satellite rename (#282) 2018-08-29 14:32:41 -04:00
stripe.go satellite/payments: Set proper defaults for the release (#3806) 2020-03-16 22:53:12 +01:00
usage.go satellite: add an expiring lru cache around api keys 2020-01-09 22:13:41 -07: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