Skip to content

Commit

Permalink
更新文档:
Browse files Browse the repository at this point in the history
1. 增加 windows docker 提示
2. 增加 1panel 上传提示超出大小的修改方式
  • Loading branch information
zhaojun1998 committed Oct 22, 2024
1 parent ec7ea21 commit 8ad738d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/install/os-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Docker 镜像托管在 DockerHub:https://hub.docker.com/r/zhaojun1998/zfile,

- 端口号:第 2 行**冒号**左侧的 `8080` 表示对外暴露的端口号,如其他程序占用,则请修改为其他端口号。
- 数据目录:第 5 行的 `-v /root/zfile/file:/data/file \` 为映射宿主机文件夹 `/root/zfile/file` 到容器内的 `/data/file` 文件夹,这样需要在 ZFile 添加本地存储时,填写容器内目录 `/data/file` 就等同于访问宿主机的 `/root/zfile/file` 目录了。 这一行按照自己的需求修改,如果不需要映射本地存储,则可以删除这一行。
- 如果是 Windows,冒号左边可以带盘符,如 `D:/zfile/file:/data/file`

:::

Expand Down
1 change: 1 addition & 0 deletions docs/install/pro-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Docker 镜像托管在 DockerHub:https://hub.docker.com/r/zhaojun1998/zfile-pr

- 端口号:第 2 行**冒号**左侧的 `8080` 表示对外暴露的端口号,如其他程序占用,则请修改为其他端口号。
- 数据目录:第 5 行的 `-v /root/zfile-pro/file:/data/file \` 为映射宿主机文件夹 `/root/zfile-pro/file` 到容器内的 `/data/file` 文件夹,这样需要在 ZFile 添加本地存储时,填写容器内目录 `/data/file` 就等同于访问宿主机的 `/root/zfile-pro/file` 目录了。 这一行按照自己的需求修改,如果不需要映射本地存储,则可以删除这一行。
- 如果是 Windows,冒号左边可以带盘符,如 `D:/zfile/file:/data/file`

:::

Expand Down
8 changes: 0 additions & 8 deletions docs/question/upload-fail-baota.mdx

This file was deleted.

16 changes: 16 additions & 0 deletions docs/question/upload-fail.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 上传失败怎么办?

## 上传超过 50M 的文件失败

上传时提示 `413 Request Entity Too Large`,这是因为上传的文件超过了服务器的限制,需要修改服务器的配置。

### 宝塔

宝塔 `nginx` 默认只支持上传最大 `50MB` 的文件,可去以下页面进行设置:

<img src="/img/2022/08/16/uxPAXY.png"/>
<img src="/img/2022/08/16/Jx2P2s.png"/>

### 1panel

<img src="/img/2024/10/22/1panel.png"/>
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const sidebars = {
label: '查看 ZFile 版本'
},
{
id: 'question/upload-fail-baota',
id: 'question/upload-fail',
type: 'doc',
label: '上传失败怎么办?'
},
Expand Down
Binary file added static/img/2024/10/22/1panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8ad738d

Please sign in to comment.