feat: add binarry download

This commit is contained in:
engigu
2026-02-27 09:27:26 +08:00
parent db2f934b7e
commit fbaf7ff0d4
3 changed files with 81 additions and 3 deletions
+23 -2
View File
@@ -1,11 +1,32 @@
> 出于shell执行的安全考虑,目前仅支持和推荐使用 Docker/Compose 部署方式。[镜像地址](https://github.com/engigu/baihu-panel/pkgs/container/baihu)
> 出于安全及环境隔离考虑,推荐使用 Docker/Compose 部署方式。[镜像地址](https://github.com/engigu/baihu-panel/pkgs/container/baihu)
## 快速部署
### 🐳 方式一:Docker 部署(推荐)
[部署文档](https://github.com/engigu/baihu-panel?tab=readme-ov-file#%E5%BF%AB%E9%80%9F%E9%83%A8%E7%BD%B2)
### 🚀 方式二:单文件部署
从当前 Release 的附件中下载对应架构的单文件可执行程序(`baihu-linux-amd64``baihu-linux-arm64`)。
**⚠️ 重要前置依赖:手动安装 `mise`**
单文件直接运行依赖宿主机系统环境,请务必先安装 [mise](https://mise.jdx.dev/getting-started.html) 供任务调度及环境管理使用:
```bash
curl https://mise.run | sh
export PATH="~/.local/share/mise/bin:~/.local/share/mise/shims:$PATH"
```
**运行面板:**
```bash
chmod +x baihu-linux-amd64
./baihu-linux-amd64
```
---
**访问面板:**
启动后访问:http://localhost:8052
默认账号:用户名 `admin`,密码见启动日志(首次启动随机生成)
**登录信息:**
默认账号:用户名 `admin`,密码见面板首次启动时的控制台日志。