Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit a6996be

Browse files
committed
🎨 加个 TODO
1 parent df32272 commit a6996be

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,20 @@ $config=[
6666
"public_port"=> 4000,//服务端口
6767
"CLUSTER_ID"=> "",
6868
"CLUSTER_SECRET"=> "",
69-
"byoc"=>false,
69+
"byoc"=> false,
70+
"certificates"=>[ //如果 byoc 关闭,以下设置默认禁用
71+
"use-cert"=> false, //是否使用自己的证书
72+
"cert"=> "/path/to/cert.crt",
73+
"key"=> "/path/to/key.key",
74+
],
7075
],
7176
"file"=> [
7277
"cache_dir"=> "./cache",//缓存文件夹
7378
"check"=> "size",//检查文件策略(hash:检查文件hash size:检查文件大小 exists:检查文件是否存在)
79+
"database_dir"=> "./database",//访问数据数据库目录
7480
],
7581
"advanced"=> [
82+
"Centerurl"=> "https://openbmclapi.bangbang93.com",//主控链接(不建议调整)
7683
"keepalive"=> 60,//keepalive时间,秒为单位(不建议调整)
7784
"MaxConcurrent"=> 30,//下载使用的线程
7885
"Debug"=> false,//Debug开关
@@ -81,12 +88,13 @@ $config=[
8188
```
8289

8390
## 📍 Todo
91+
- [ ] 支持上报错误 url(主要)
8492
- [ ] 支持WebDAV
85-
- [ ] 打包二进制文件
8693
- [ ] 添加注释
8794
- [x] 可以正常上线使用
8895
- [x] 插件系统
8996
- [x] 完善Log系统
97+
- [ ] 打包二进制文件 (延期:[原因](https://github.com/crazywhalecc/static-php-cli/issues/479))
9098

9199
## ❓ FAQ
92100

0 commit comments

Comments
 (0)