Files
start-os/setup-wizard/docs.txt
Drew Ansbacher ed395699b3 Wizard refactor 2 (#615)
* new flow and endpoints

* functional

* prod build errors addressed

* little more cleanup

* transfer progress fixed

* tor address fix

* remove eslint cause sucks

* fix skeleton text color and wording

Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
2022-01-21 20:35:52 -07:00

46 lines
880 B
Plaintext

setup.status
Request
key: string
response
"is-recovering" : boolean
"tor-address" : string
setup.disk.list
Request
Response
{
logicalname : string,
vendor : string | null,
model : string | null,
partitions : PartitionInfo[],
capacity : number,
embassy-os : EmbassyOsDiskInfo | null,
}[]
setup.recovery.status
Request
Response
'bytes-transfered' : number
'total-bytes' : number
setup.recovery.test-password
Request
logicalname : string
password : string
Response
boolean
setup.execute
Request
embassy-logicalname : string,
embassy-password : string
recovery-logicalname? : string,
recovery-password? : string
Response
"tor-address": string