mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
* 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>
46 lines
880 B
Plaintext
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
|