release: 1.4.0

close #15
fix #16
close #18
close #19
fix #20
This commit is contained in:
acgnhik
2022-02-12 11:29:55 +08:00
parent 451e744ceb
commit 34b10a8a2d
60 changed files with 1188 additions and 292 deletions

View File

@@ -72,6 +72,23 @@
删除解压后的文件夹
## Docker
- 默认参数
`docker run -v ~/blrec:/rec -dp 2233:2233 acgnhiki/blrec`
- 指定参数
```bash
docker run -v ~/blrec:/rec -dp 2233:2233 acgnhiki/blrec \
-c ~/blrec/settings.toml \
--key-file path/to/key-file \
--cert-file path/to/cert-file \
--api-key bili2233
```
## 使用方法
### 使用默认设置文件和保存位置