@bifrost-proxy/bifrost 0.0.81 → 0.0.83
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 +4 -2
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -25,6 +25,8 @@ Bifrost 是一个用 Rust 编写的高性能,AI 友好的代理服务器,灵
|
|
|
25
25
|
curl -fsSL https://raw.githubusercontent.com/bifrost-proxy/bifrost/main/install-binary.sh | bash
|
|
26
26
|
```
|
|
27
27
|
|
|
28
|
+
该脚本默认会继续安装并信任 CA 证书、安装所有 Bifrost AI skills,并以后台服务启动 Bifrost;安装完成后可直接访问管理端。
|
|
29
|
+
|
|
28
30
|
安装指定版本
|
|
29
31
|
|
|
30
32
|
```bash
|
|
@@ -39,10 +41,10 @@ npm i -g @bifrost-proxy/bifrost
|
|
|
39
41
|
|
|
40
42
|
更多安装方法:[`docs/getting-started.md`](docs/getting-started.md)
|
|
41
43
|
|
|
42
|
-
|
|
44
|
+
检查代理:
|
|
43
45
|
|
|
44
46
|
```bash
|
|
45
|
-
bifrost
|
|
47
|
+
bifrost status
|
|
46
48
|
```
|
|
47
49
|
|
|
48
50
|
启动后访问管理端:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bifrost-proxy/bifrost",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.83",
|
|
4
4
|
"description": "High-performance HTTP/HTTPS/SOCKS5 proxy server written in Rust",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"README.md"
|
|
41
41
|
],
|
|
42
42
|
"optionalDependencies": {
|
|
43
|
-
"@bifrost-proxy/bifrost-linux-x64": "0.0.
|
|
44
|
-
"@bifrost-proxy/bifrost-linux-arm64": "0.0.
|
|
45
|
-
"@bifrost-proxy/bifrost-linux-arm": "0.0.
|
|
46
|
-
"@bifrost-proxy/bifrost-linux-x64-musl": "0.0.
|
|
47
|
-
"@bifrost-proxy/bifrost-linux-arm64-musl": "0.0.
|
|
48
|
-
"@bifrost-proxy/bifrost-darwin-x64": "0.0.
|
|
49
|
-
"@bifrost-proxy/bifrost-darwin-arm64": "0.0.
|
|
50
|
-
"@bifrost-proxy/bifrost-win32-x64": "0.0.
|
|
51
|
-
"@bifrost-proxy/bifrost-win32-arm64": "0.0.
|
|
43
|
+
"@bifrost-proxy/bifrost-linux-x64": "0.0.83",
|
|
44
|
+
"@bifrost-proxy/bifrost-linux-arm64": "0.0.83",
|
|
45
|
+
"@bifrost-proxy/bifrost-linux-arm": "0.0.83",
|
|
46
|
+
"@bifrost-proxy/bifrost-linux-x64-musl": "0.0.83",
|
|
47
|
+
"@bifrost-proxy/bifrost-linux-arm64-musl": "0.0.83",
|
|
48
|
+
"@bifrost-proxy/bifrost-darwin-x64": "0.0.83",
|
|
49
|
+
"@bifrost-proxy/bifrost-darwin-arm64": "0.0.83",
|
|
50
|
+
"@bifrost-proxy/bifrost-win32-x64": "0.0.83",
|
|
51
|
+
"@bifrost-proxy/bifrost-win32-arm64": "0.0.83"
|
|
52
52
|
}
|
|
53
53
|
}
|