Skip to content

Commit

Permalink
doc: add doc for Gateway and WebDAV running in the background (#4352)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijian-pro authored Jan 17, 2024
1 parent 3782c07 commit 0e5aeea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/en/reference/command_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -726,9 +726,11 @@ Apart from options listed below, this command shares options with `juicefs mount

|Items|Description|
|-|-|
| `--log value`<VersionAdd>1.2</VersionAdd> | path for gateway log |
|`META-URL`|Database URL for metadata storage, see [JuiceFS supported metadata engines](../reference/how_to_set_up_metadata_engine.md) for details.|
|`ADDRESS`|S3 gateway address and listening port, for example: `localhost:9000`|
|`--access-log=path`|path for JuiceFS access log.|
| `--background, -d`<VersionAdd>1.2</VersionAdd> | run in background (default: false) |
|`--no-banner`|disable MinIO startup information (default: false)|
|`--multi-buckets`|use top level of directories as buckets (default: false)|
|`--keep-etag`|save the ETag for uploaded objects (default: false)|
Expand Down Expand Up @@ -758,7 +760,9 @@ Apart from options listed below, this command shares options with `juicefs mount
|`--key-file` <VersionAdd>1.1</VersionAdd> |key file for HTTPS|
|`--gzip`|compress served files via gzip (default: false)|
|`--disallowList`|disallow list a directory (default: false)|
| `--log value`<VersionAdd>1.2</VersionAdd> | path for WebDAV log|
|`--access-log=path`|path for JuiceFS access log.|
| `--background, -d`<VersionAdd>1.2</VersionAdd> | run in background (default: false)|

## Tool {#tool}

Expand Down
4 changes: 4 additions & 0 deletions docs/zh_cn/reference/command_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,9 @@ juicefs gateway redis://localhost localhost:9000

|| 说明|
|-|-|
| `--log value`<VersionAdd>1.2</VersionAdd> | 网关日志路径 |
|`META-URL`|用于元数据存储的数据库 URL,详情查看[「JuiceFS 支持的元数据引擎」](../reference/how_to_set_up_metadata_engine.md)|
| `--background, -d`<VersionAdd>1.2</VersionAdd> | 后台运行 (默认:false) |
|`ADDRESS`|S3 网关地址和监听的端口,例如:`localhost:9000`|
|`--access-log=path`|访问日志的路径|
|`--no-banner`|禁用 MinIO 的启动信息 (默认:false)|
Expand Down Expand Up @@ -758,7 +760,9 @@ juicefs webdav redis://localhost localhost:9007
|`--key-file` <VersionAdd>1.1</VersionAdd>|HTTPS 密钥文件|
|`--gzip`|通过 gzip 压缩提供的文件(默认值:false)|
|`--disallowList`|禁止列出目录(默认值:false)|
| `--log value`<VersionAdd>1.2</VersionAdd> | WebDAV 日志路径 |
|`--access-log=path`|访问日志的路径|
| `--background, -d`<VersionAdd>1.2</VersionAdd> | 后台运行 (默认:false) |

## 工具 {#tool}

Expand Down

0 comments on commit 0e5aeea

Please sign in to comment.