Skip to content

Commit 6b2e6c5

Browse files
authored
Merge pull request #43 from TTB-Network/dev/dashboard
🐛 What the hell is that?
2 parents f4ddb9b + ae29ade commit 6b2e6c5

File tree

17 files changed

+594
-1294
lines changed

17 files changed

+594
-1294
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,18 @@ advanced:
129129
request_buffer: 8192
130130
# 超时时间
131131
timeout: 30
132+
# 是否跳过签名检测
133+
skip_sign: false
132134
file:
133135
# 文件检查模式,可选值为 exists(检查文件是否存在,不推荐)、
134136
# size(检查文件大小)和 hash(检查文件哈希值)
135137
check: size
136138
cache:
137139
# 缓存大小(Bytes)
138140
buffer: 536870912
141+
# 检查过时文件时间,单位为秒
139142
check: 360
143+
# 文件存在时间,单位为秒
140144
time: 1800
141145
cluster:
142146
# 是否不使用 BMCLAPI 分发的证书, 同 CLUSTER_BYOC
@@ -155,7 +159,7 @@ cluster:
155159
retry: -1
156160
# OpenBMCLAPI 的 CLUSTER_SECRET
157161
secret: ''
158-
skip_sign: false
162+
# 超时设置
159163
timeout:
160164
# 发送启用数据包超时时间
161165
enable: 120
@@ -167,6 +171,7 @@ dashboard:
167171
download:
168172
# 最高下载线程
169173
threads: 64
174+
# 存储设置
170175
storages:
171176
bmclapi: # 你的存储名字
172177
# 存储路径

bmclapi_dashboard/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
<body>
1414
</body>
1515
<script src="/static/js/echarts.min.js"></script>
16+
<script src="/static/js/map.min.js"></script>
1617
<script src="/static/js/index.min.js"></script>
1718
</html>

0 commit comments

Comments
 (0)