Skip to content

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

pip install poetry 
poetry install

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

cp example.env .env

Read CLI options

poetry run python3 majordom_hub --help

Run

poetry run python3 majordom_hub --virtual 


Last update: 2024-01-27
Created: 2024-01-27