mirror of
https://github.com/sotashimozono/obsidian-remote-ssh.git
synced 2026-07-22 06:52:07 +00:00
mobile/:
- WsChannel.ts: browser-native WebSocket with LSP framing (no Node.js)
- WsRpcClient.ts: JSON-RPC 2.0 client over WsChannel (30s timeout)
- WsRpcConnection.ts: auth + server.info handshake over WebSocket
- WsRemoteFsClient.ts: RemoteFsClient impl for Mobile (base64 binary I/O)
- MobileSecretStore.ts: Capacitor Preferences / localStorage fallback
- DESIGN.md: architecture diagrams (Desktop vs Mobile), relay flow, roadmap
next/:
- proto/types.ts: canonical shared protocol types + RELAY_PROTOCOL_VERSION
and RelayHello/RelayWelcome for relay handshake
- platform/SecretStore.ts: platform-agnostic secret store interface
- platform/PlatformAdapter.ts: platform abstraction (desktop/mobile-ios/android)
- package.json: @obsidian-remote-ssh/next package definition
relay/ (Go WebSocket-SSH bridge) — pending: agent blocked on Write permission
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| PlatformAdapter.ts | ||
| SecretStore.ts | ||