How to Start
Usage¶
Flash ready image from releases page to a SD card (or MMC/eMMC/SSD).
Develop Locally¶
Setup¶
Clone the repo and cd to it
Install dependencies
Generate token signing keys
ssh-keygen -t rsa -b 4096 -m PEM -f cloud.key -N ""
openssl rsa -in cloud.key -pubout -outform PEM -out cloud.key.pub
ssh-keygen -t rsa -b 4096 -m PEM -f hub.key -N ""
openssl rsa -in hub.key -pubout -outform PEM -out hub.key.pub
Prepare .env
Read CLI options
Run
Last update:
2024-01-27
Created: 2024-01-27
Created: 2024-01-27