+ Generates a one-shot bootstrap URL valid for 5 minutes. Paste the command into a + root shell on the target worker VM — no manual cert shuffling required. +
+ +{result.command}
+
+ Expires in {mm}:{ss} — one-shot, single download. Host UUID:{' '}
+ {result.host_uuid}
+
Loading deckies…
+ ) : shards.length === 0 ? ( +No deckies deployed to swarm workers yet.
+| Decky | +State | +Services | +Compose | +Updated | +
|---|---|---|---|---|
| {s.decky_name} | +{s.state}{s.last_error ? ` — ${s.last_error}` : ''} | +{s.services.join(', ')} | +{s.compose_hash ? s.compose_hash.slice(0, 8) : '—'} |
+ {new Date(s.updated_at).toLocaleString()} | +
Loading hosts…
+ ) : hosts.length === 0 ? ( +No swarm hosts enrolled yet. Head to SWARM → Agent Enrollment to onboard one.
+ ) : ( +| Status | +Name | +Address | +Last heartbeat | +Client cert | +Enrolled | ++ |
|---|---|---|---|---|---|---|
|
+ {h.status === 'active' ? |
+ {h.name} | +{h.address}:{h.agent_port} | +{h.last_heartbeat ? new Date(h.last_heartbeat).toLocaleString() : '—'} | +{shortFp(h.client_cert_fingerprint)} |
+ {new Date(h.enrolled_at).toLocaleString()} | ++ + | +