KKJas

Results 4 issues of KKJas

### Please make sure of the following things - [X] I have read the [documentation](https://alist.nn.ci). - [X] I'm sure there are no duplicate issues or discussions. - [X] I'm sure...

enhancement

## 背景 有 `A, B, C `三台服务器(系统均为Ubuntu 22.04 LTS),使用 `Easytier (v1.1.0)` 进行组网连接,三台服务器都有公网 IP,组网的 IP 如下: ``` - A: 192.168.55.1 - B: 192.168.55.2 - C: 192.168.55.3 ``` 部署在 C 上的服务需 `Alist...

在local存储下添加了两个选项: - use_ffmpeg:是否使用ffmpeg生成图片和视频略缩图,启用时使用ffmpeg,否则使用imaging库生成略缩图(视频略缩图必须要安装ffmpeg) - thumb_pixel:生成略缩图的像素宽度(根据图片比例自动计算高度),这个选项可以自定义生成略缩图的尺寸 link: https://github.com/AlistGo/alist/issues/8628