docs(onboarding): explain primary gateway and remotes
This commit is contained in:
@@ -157,10 +157,12 @@ struct OnboardingView: View {
|
|||||||
self.onboardingPage {
|
self.onboardingPage {
|
||||||
Text("Where Clawdis runs")
|
Text("Where Clawdis runs")
|
||||||
.font(.largeTitle.weight(.semibold))
|
.font(.largeTitle.weight(.semibold))
|
||||||
Text("Pick local or remote. Remote uses SSH; we recommend Tailscale for reliable reachability.")
|
Text(
|
||||||
|
"Clawdis has one primary Gateway (“master”) that runs continuously. Connect locally or over SSH/Tailscale so the agent can work on any Mac.")
|
||||||
.font(.body)
|
.font(.body)
|
||||||
.foregroundStyle(.secondary)
|
.foregroundStyle(.secondary)
|
||||||
.multilineTextAlignment(.center)
|
.multilineTextAlignment(.center)
|
||||||
|
.lineLimit(2)
|
||||||
.frame(maxWidth: 520)
|
.frame(maxWidth: 520)
|
||||||
.fixedSize(horizontal: false, vertical: true)
|
.fixedSize(horizontal: false, vertical: true)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user