conductor-oss-native-linux-x64 0.20.3 → 0.21.0
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 +19 -0
- package/bin/conductor +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -332,3 +332,22 @@ conductor-oss/
|
|
|
332
332
|
## License
|
|
333
333
|
|
|
334
334
|
MIT. See [LICENSE](LICENSE).
|
|
335
|
+
|
|
336
|
+
## Conductor Bridge
|
|
337
|
+
|
|
338
|
+
Conductor Bridge lets you keep the backend on your machine while accessing the dashboard from a browser through a relay.
|
|
339
|
+
|
|
340
|
+
### CLI commands
|
|
341
|
+
|
|
342
|
+
```bash
|
|
343
|
+
conductor bridge connect --relay ws://127.0.0.1:8080
|
|
344
|
+
conductor bridge status
|
|
345
|
+
conductor bridge disconnect
|
|
346
|
+
```
|
|
347
|
+
|
|
348
|
+
### Runtime ports
|
|
349
|
+
|
|
350
|
+
- Relay: `http://127.0.0.1:8080`
|
|
351
|
+
- Dashboard: `http://127.0.0.1:3000`
|
|
352
|
+
- Backend: `http://127.0.0.1:4749`
|
|
353
|
+
|
package/bin/conductor
CHANGED
|
Binary file
|