@@ -76,6 +76,58 @@ const dict = {
|
||||
'Explorer cache has been wiped. Start (or restart) the service to re-fetch and rebuild from GitHub.':
|
||||
97,
|
||||
'Could not wipe explorer state: ${error}': 98,
|
||||
'Subspaces Prover': 99,
|
||||
'subs-prover is ready': 100,
|
||||
'subs-prover is not ready': 101,
|
||||
'Subspaces Web UI': 102,
|
||||
'subspaces UI is ready': 103,
|
||||
'subspaces UI is not ready': 104,
|
||||
'Off-chain Bitcoin handles via the Spaces protocol (spacesops/subs). Talks to the local spaced over loopback RPC. Only useful while Subspaces is enabled.':
|
||||
105,
|
||||
'Subspaces Registry': 117,
|
||||
'registry-server is ready': 118,
|
||||
'registry-server is not ready': 119,
|
||||
'RISC Zero prover server for Subspaces (no GPU). Generates the cryptographic proofs the Subspaces UI requests. Only useful while Subspaces is enabled.':
|
||||
120,
|
||||
'Registry server for publishing and resolving Subspaces handles. Only useful while Subspaces is enabled.':
|
||||
121,
|
||||
'Enable Subspaces': 106,
|
||||
'Turn on the embedded Subspaces service (off-chain Bitcoin handles). Starts three prebuilt daemons — subs (Web UI), subs-prover, and registry-server — each on its own interface. Service restarts automatically. subs loads the existing `default` spaces wallet; create it first via the Space-CLI Web UI (`spaces createwallet`) if you have not already.':
|
||||
107,
|
||||
'Subspaces enabled. The service is restarting; the Subspaces Web UI (7777), Prover (8888), and Registry (8081) interfaces come up once their daemons are healthy.':
|
||||
108,
|
||||
'Disable Subspaces': 109,
|
||||
'Stop the embedded Subspaces service. The compiled binaries and data at /data/subspaces are preserved and will be reused if Subspaces is re-enabled. Service restarts automatically.':
|
||||
110,
|
||||
'Subspaces disabled. The service is restarting; the Subspaces Web UI is no longer listening. Run "Enable Subspaces" to turn it back on.':
|
||||
111,
|
||||
'Reset Subspaces State': 112,
|
||||
'Wipe /data/subspaces so the next start re-creates empty Subspaces data, prover, and registry directories.':
|
||||
113,
|
||||
'This deletes all local Subspaces state — any handles/proofs stored on disk will be lost. The binaries ship in the image, so nothing needs to be re-downloaded. The spaces wallet on spaced is preserved.':
|
||||
114,
|
||||
'Could not wipe Subspaces state: ${error}': 115,
|
||||
'Subspaces cache and data have been wiped. Start (or restart) the service to re-fetch and rebuild from GitHub.':
|
||||
116,
|
||||
Certrelay: 122,
|
||||
'certrelay is ready': 123,
|
||||
'certrelay is not ready': 124,
|
||||
'Certrelay serves cryptographic proofs binding Bitcoin-anchored handles to owner keys. SETUP NOTE: run the "Configure Certrelay" action and set CERTRELAY_SELF_URL to the publicly visible URL StartOS exposes for this interface (your clearnet domain or .onion address) — peers and clients reach this relay at that URL.':
|
||||
125,
|
||||
'Configure Certrelay': 126,
|
||||
'Set the certrelay self URL, bootstrap toggle, and healthcheck handle. Saving restarts the service so certrelay picks up the new values.':
|
||||
127,
|
||||
'Certrelay Self URL': 128,
|
||||
'The publicly visible URL clients use to reach this certrelay (CERTRELAY_SELF_URL). Set this to match the external address StartOS exposes for the Certrelay interface (e.g. your .onion or clearnet domain).':
|
||||
129,
|
||||
'Certrelay Bootstrap': 130,
|
||||
'Whether this relay bootstraps from peer relays on startup (CERTRELAY_BOOTSTRAP).':
|
||||
131,
|
||||
'Certrelay Healthcheck Handle': 132,
|
||||
'A handle the bundled fabric CLI resolves against this relay to verify end-to-end health (CERTRELAY_HEALTHCHECK_HANDLE).':
|
||||
133,
|
||||
'Certrelay configuration saved. The service is restarting to apply the new settings.':
|
||||
134,
|
||||
|
||||
// interfaces.ts
|
||||
'Space-CLI Web UI': 12,
|
||||
|
||||
Reference in New Issue
Block a user