feat: expose browser control via ServiceLink RPC
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
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
- 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.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule "servicelink"]
|
||||
path = servicelink
|
||||
url = git@git.yiprawr.dev:submodules/servicelink.git
|
||||
Reference in New Issue
Block a user