conductor-oss-native-linux-x64 0.60.8 → 0.60.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -59,6 +59,8 @@ On Windows PowerShell:
|
|
|
59
59
|
|
|
60
60
|
The hosted dashboard is **not** a cloud IDE. Your repos, terminals, and agents stay on the paired machine.
|
|
61
61
|
|
|
62
|
+
If you only forward a local dashboard port from a remote VM, Conductor will still treat that as remote access and block it unless you add an identity layer. For remote use, either pair the machine with `https://app.conductross.com` or put your self-hosted dashboard behind Clerk or Cloudflare Access.
|
|
63
|
+
|
|
62
64
|
## What Conductor actually is
|
|
63
65
|
|
|
64
66
|
Conductor sits between your repos and the coding CLIs you already use.
|