Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
donknap committed Dec 20, 2024
1 parent c05a06e commit 0fdaf51
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* [Docker](zh-cn/install/docker.md)
* [Compose](zh-cn/install/compose.md)
* [InDocker](zh-cn/install/dind.md)
* [源码编译](zh-cn/install/source.md)
* [独立启动](zh-cn/install/source.md)
* [绑定域名子目录](zh-cn/install/nginx-location.md)
* [控制命令](zh-cn/install/ctrl.md)
* **功能手册**
Expand Down
40 changes: 36 additions & 4 deletions docs/zh-cn/install/source.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,41 @@
# 源码安装
# 独立运行

dpanel 面板也允许你不以容器的方式运行。

### 下载二进制包

你可以在仓库的 Release 页面中找到你使用系统平台的二进制包,[https://github.com/donknap/dpanel/releases](https://github.com/donknap/dpanel/releases)

##### 适用于 ubuntu, centos 等主流发行版

- dpanel-amd64
- dpanel-arm
- dpanel-arm64

##### 适用于 apline 等使用 musl 库的发行版
- dpanel-musl-amd64
- dpanel-musl-arm64
- dpanel-musl-arm

##### 适用于 macosx

- dpanel-darwin-ARM64
- dpanel-darwin-X64

##### 适用于群晖

- dpanel-synology-arm64
- dpanel-synology-amd64

##### 适用于 windows

- dpanel.exe

通过源码编译的方式编译运行的是 dpanel-lite 版,不包含域名转发等相关功能

#### 编译环境
### 编译环境

如果在 Release 页面并未提供你所适用的平台,你也可以通过自行编译源码的方式构建二进制包。

##### 本机环境

Expand Down Expand Up @@ -32,8 +65,7 @@ make build GO_TARGET_DIR=/root
- 编译需要开启 cgo,请确保已经正确安装 libc,Alpine 系统需要安装 musl
- 可通过 GO_TARGET_DIR 指定编译的目标目录


#### 启动命令
### 启动命令

> 运行相关配置可在 config.yaml 中配置或是指定环境变量
Expand Down
1 change: 1 addition & 0 deletions docs/zh-cn/manual/pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ Pro 版只针对在社区版中的功能进行功能上的强化及升级,或
|功能模块|说明|所属版本|
|---|---|---|
|2Fa|登录支持双因素验证|v1.3.4|
|获取镜像远程Tag|在镜像详情页面中,可以获取到该镜像的远程所有tag| > v1.4.0|
|更多|...||

0 comments on commit 0fdaf51

Please sign in to comment.