mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 20:35:02 +00:00
Fix review comments
This commit is contained in:
@@ -172,7 +172,6 @@ If the Gateway runs on a Linux host/VM but iMessage must run on a Mac, Tailscale
|
||||
|
||||
Architecture:
|
||||
|
||||
<p align="center">
|
||||
```mermaid
|
||||
%%{init: {
|
||||
'theme': 'base',
|
||||
@@ -200,10 +199,9 @@ flowchart TB
|
||||
Gateway -- SSH (imsg rpc) --> Mac
|
||||
Mac -- SCP (attachments) --> Gateway
|
||||
direction BT
|
||||
User["user@gateway-host"] -- "<span style=color:>Tailscale tailnet (hostname or 100.x.y.z)</span>" --> Gateway
|
||||
User["user@gateway-host"] -- "Tailscale tailnet (hostname or 100.x.y.z)" --> Gateway
|
||||
end
|
||||
```
|
||||
</p>
|
||||
|
||||
Concrete config example (Tailscale hostname):
|
||||
|
||||
|
||||
@@ -55,7 +55,6 @@ Protocol details:
|
||||
|
||||
## Connection lifecycle (single client)
|
||||
|
||||
<p align="center">
|
||||
```mermaid
|
||||
%%{init: {
|
||||
'theme': 'base',
|
||||
|
||||
@@ -10,7 +10,6 @@ OpenClaw.app uses SSH tunneling to connect to a remote gateway. This guide shows
|
||||
|
||||
## Overview
|
||||
|
||||
<p align="center">
|
||||
```mermaid
|
||||
%%{init: {
|
||||
'theme': 'base',
|
||||
@@ -47,7 +46,6 @@ flowchart TB
|
||||
end
|
||||
T --> C
|
||||
```
|
||||
</p>
|
||||
|
||||
## Quick Setup
|
||||
|
||||
|
||||
@@ -797,7 +797,6 @@ Commit the updated `.secrets.baseline` once it reflects the intended state.
|
||||
|
||||
## The Trust Hierarchy
|
||||
|
||||
<p align="center">
|
||||
```mermaid
|
||||
%%{init: {
|
||||
'theme': 'base',
|
||||
@@ -821,11 +820,11 @@ flowchart TB
|
||||
C -- Limited trust --> D["Strangers"]
|
||||
D -- No trust --> E["Mario asking for find ~"]
|
||||
E -- Definitely no trust 😏 --> F[" "]
|
||||
|
||||
|
||||
%% The transparent box is needed to show the bottom-most label correctly
|
||||
F:::Class_transparent_box
|
||||
classDef Class_transparent_box fill:transparent, stroke:transparent
|
||||
```
|
||||
</p>
|
||||
|
||||
## Reporting Security Issues
|
||||
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
---
|
||||
summary: "End-to-end guide for running OpenClaw as a personal assistant with safety cautions"
|
||||
summary: "End-to-end guide for running OpenClaw as a personal assist B -- linked via QR --> C["<b>Your Mac (openclaw)<br></b><br>Pi agent"]
|
||||
```
|
||||
|
||||
If you link your personal WhatsApp to OpenClaw, every message to you becomes "agent input". That's rarely what you want.
|
||||
|
||||
## 5-minute quick starth safety cautions"
|
||||
read_when:
|
||||
- Onboarding a new assistant instance
|
||||
- Reviewing safety/permission implications
|
||||
|
||||
Reference in New Issue
Block a user