Files
appstore/apps/h5ai/README.md
T

43 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# h5ai
## 应用简介
用于Apache httpd,lighttpd和nginx的HTTP Web服务器索引。
英文说明:HTTP web server index for Apache httpd, lighttpd and nginx.
## 部署说明
- 本应用使用 Docker Compose 在 1Panel 中部署。
- 应用分类:工具。
- 支持架构:amd64。
- 可选版本:`latest`、`1.25.3`。
- 安装后按应用表单中的端口访问 Web UI、SSH 或对应服务。
## 端口
| 变量 | 说明 | 默认值 | 必填 |
| --- | --- | --- | --- |
| PANEL_APP_PORT_HTTP | 端口 | 40048 | 是 |
## 数据持久化
| 变量 | 说明 | 默认值 | 必填 |
| --- | --- | --- | --- |
| DATA_PATH | 分享的数据文件夹路径 | ./data/share | 是 |
| CONFIG_PATH | 配置文件所在路径 | ./data/config | 是 |
升级或迁移前,请在 1Panel 中备份上述数据目录。
## 配置项
| 变量 | 说明 | 默认值 | 必填 |
| --- | --- | --- | --- |
| AUTH_ENABLE | 身份验证(开启:true,关闭:false) | true | 是 |
| USER | 用户名 | h5ai | 否 |
| PASSWORD | 用户密码 | h5ai | 否 |
## 使用说明
- 安装完成后,在 1Panel 应用页面查看运行状态、端口和日志。
- 首次启用前,请按安装表单填写域名、账号、密码、Token、数据目录等参数。
- 如需对外开放访问,请同步检查防火墙、安全组和反向代理配置。
## 参考资料
- 官网: <https://hub.docker.com/r/bin20088/h5ai>
- 文档: <https://github.com/lrsjng/h5ai>