mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
* migrate root ca from 0.2.x * migrate tor key, fix threading * fixes lan address divergence across setup scenarios * verifies that data drive matches the OS key on attachment * fix 0.2.x recovery flow * fixes issues with reading the product_key.txt file when it doesn't exist (NO_KEY=1) * migrate tor key before initializing patchdb * move patchdb lock guard acquisition into deferred async block * pass product_key by parameter * works, fucking finally Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: Aiden McClelland <me@drbonez.dev>
Embassy Setup Wizard
Development Environment Setup
Make sure you have git, nvm (node, npm), and rust installed
node --version
v16.11.0
npm --version
v8.0.0
Building Embassy UI
git clone https://github.com/Start9Labs/embassy-os.git
cd embassy-os
cd setup-wizard/
npm install -g @ionic/cli
npm --prefix . install
Copy config-sample.json and contents to new file config.json
Start the development server
ionic serve