@nnova/runner 0.0.8 → 0.0.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
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @nnova/runner
|
|
2
2
|
|
|
3
|
+
如容器 DNS 异常,可指定连接 IP,保留域名路由:
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
npx --yes --package @nnova/runner nova-runner \
|
|
7
|
+
--server "http://nova-grpc.8and1.cn" \
|
|
8
|
+
--connect-ip "223.109.200.118" \
|
|
9
|
+
--token "<runner-token>"
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
也可在 TOML 配置中设置 `connect_ip = "223.109.200.118"`。IP 支持 IPv4/IPv6,
|
|
13
|
+
端口取自 server;HTTPS 仍验证 server 域名。省略时使用系统 DNS,IP 变化需更新配置。
|
|
14
|
+
|
|
3
15
|
跨平台发布的 `nova-runner` Rust 可执行文件。该包只负责选择并启动当前平台的
|
|
4
16
|
二进制,Runner 的 gRPC、执行、取消和 workspace 行为仍全部实现于
|
|
5
17
|
`crates/runner`。
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|