Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,18 @@ advanced:
request_buffer: 8192
# 超时时间
timeout: 30
# 是否跳过签名检测
skip_sign: false
file:
# 文件检查模式,可选值为 exists(检查文件是否存在,不推荐)、
# size(检查文件大小)和 hash(检查文件哈希值)
check: size
cache:
# 缓存大小(Bytes)
buffer: 536870912
# 检查过时文件时间,单位为秒
check: 360
# 文件存在时间,单位为秒
time: 1800
cluster:
# 是否不使用 BMCLAPI 分发的证书, 同 CLUSTER_BYOC
Expand All @@ -155,7 +159,7 @@ cluster:
retry: -1
# OpenBMCLAPI 的 CLUSTER_SECRET
secret: ''
skip_sign: false
# 超时设置
timeout:
# 发送启用数据包超时时间
enable: 120
Expand All @@ -167,6 +171,7 @@ dashboard:
download:
# 最高下载线程
threads: 64
# 存储设置
storages:
bmclapi: # 你的存储名字
# 存储路径
Expand Down
1 change: 1 addition & 0 deletions bmclapi_dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
<body>
</body>
<script src="/static/js/echarts.min.js"></script>
<script src="/static/js/map.min.js"></script>
<script src="/static/js/index.min.js"></script>
</html>
Loading