Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 689 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 689 Bytes

Firmware Syncer

This service is responsible for downloading firmware files from vendor repositories, copying them over to a S3 bucket and populating the data in Hollow's ServerService

Diagram

Syncer

Usage

./firmware-syncer --config-file example-config.yml

Besides the configuration file, firmware-syncer requires the following environment variables set: S3_ACCESS_KEY, S3_SECRET_KEY, SYNCER_PUBLIC_KEY_FILE, SYNCER_PRIVATE_KEY_FILE

To create the pub/priv key pair, use gosignify:

gosignify -G -n -p syncer.pub -s syncer.sec

Development

TODO

Deployment

TODO