Files
browser-cli/.gitmodules
T
daniel156161 965793dd8c
Testing / test (push) Successful in 1m30s
Testing / remote-protocol-compat (0.9.3) (push) Successful in 1m23s
Testing / remote-protocol-compat (0.9.5) (push) Successful in 1m12s
Build & Publish Package / publish (push) Successful in 1m2s
Package Extension / package-extension (push) Successful in 1m12s
feat: expose browser control via ServiceLink RPC
- Add the ServiceLink submodule and register it in .gitmodules.
- Add a link-serve command that exposes selected browser-cli commands over an HTTP /rpc endpoint.
- Require bearer-token authentication by default, with explicit insecure opt-in for trusted loopback/local deployments.
- Allow the existing serve daemon to run the ServiceLink RPC endpoint alongside the native TCP remote server.
2026-06-13 23:56:23 +02:00

4 lines
100 B
Plaintext

[submodule "servicelink"]
path = servicelink
url = git@git.yiprawr.dev:submodules/servicelink.git