mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
docs: update repository links for J-Board Lite
This commit is contained in:
@@ -64,7 +64,7 @@ J-Board Lite 只保存售卖和展示需要的节点镜像数据。入站协议
|
||||
|
||||
J-Board Lite 面板和 Agent 使用相对独立的版本节奏。
|
||||
|
||||
- 面板代码变更可以只提交到 `lite`,不一定创建 GitHub Release。
|
||||
- 面板代码变更提交到 `main`;对外版本使用 Git tag 和 GitHub Release 发布。
|
||||
- Agent 二进制发生变化时,才需要升级 Agent 版本、打 tag、创建 Release,并上传 `jboard-agent-linux-amd64`、`jboard-agent-linux-arm64`、`SHA256SUMS`。
|
||||
- Agent 安装/升级脚本默认下载 GitHub 最新 Release 中的 Agent 产物。
|
||||
- 不要为了普通网站页面或后台文案改动强行更新 Agent tag。
|
||||
@@ -132,7 +132,7 @@ SMTP 邮件服务、注册邮箱验证开关、支付方式、3x-ui 节点等业
|
||||
适合全新 Linux 服务器。脚本会安装基础依赖、安装 Docker 与 Compose 插件、拉取代码、生成 `.env`、初始化数据库并启动面板。
|
||||
|
||||
```bash
|
||||
bash <(curl -fsSL https://raw.githubusercontent.com/JetSprow/J-Board/lite/scripts/install-jboard-panel.sh)
|
||||
bash <(curl -fsSL https://raw.githubusercontent.com/JetSprow/J-Board-Lite/main/scripts/install-jboard-panel.sh)
|
||||
```
|
||||
|
||||
安装和更新脚本会自动检测 CPU、宿主机内存、Docker 可用内存和 Docker 数据盘空间。常规机器使用 Docker 默认构建策略;1C、低于 2GB 内存或 Docker 可用空间低于 8GB 的小机器会自动进入低资源模式,降低 Compose 并发、npm 编译并发和 Next 构建堆内存,并把镜像分步构建,构建会更慢但峰值占用更低。
|
||||
@@ -152,7 +152,7 @@ bash <(curl -fsSL https://raw.githubusercontent.com/JetSprow/J-Board/lite/script
|
||||
也可以通过环境变量覆盖默认行为:
|
||||
|
||||
```bash
|
||||
APP_DIR=/opt/jboard GH_REPO=JetSprow/J-Board BRANCH=lite bash <(curl -fsSL https://raw.githubusercontent.com/JetSprow/J-Board/lite/scripts/install-jboard-panel.sh)
|
||||
APP_DIR=/opt/jboard GH_REPO=JetSprow/J-Board-Lite BRANCH=main bash <(curl -fsSL https://raw.githubusercontent.com/JetSprow/J-Board-Lite/main/scripts/install-jboard-panel.sh)
|
||||
```
|
||||
|
||||
构建资源策略也可以手动覆盖:
|
||||
@@ -336,7 +336,7 @@ cat /var/lib/jboard-agent/xray-log-state.json
|
||||
升级 Agent:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/JetSprow/J-Board/lite/scripts/upgrade-jboard-agent.sh | bash
|
||||
curl -fsSL https://raw.githubusercontent.com/JetSprow/J-Board-Lite/main/scripts/upgrade-jboard-agent.sh | bash
|
||||
```
|
||||
|
||||
如果只想手动运行 Agent:
|
||||
|
||||
Reference in New Issue
Block a user