mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
更新filebrower、emby、nextcloud、zigbee2mqtt版本升级
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
### 2.23.0_10 (30-12-2023)
|
||||
- 修复了一些小的bug
|
||||
- 修正:正确的缓存缩略图创建
|
||||
- 新功能:新的插件选项disable_thumbnails(设置disable_thumbnails为真或假;速度默认为true)
|
||||
### 2.23.0_8 (20-12-2023)
|
||||
|
||||
- 修复了一些小bug
|
||||
|
||||
@@ -39,9 +39,9 @@
|
||||
|
||||
可选,要挂载的smbv2/3服务器列表,以逗号分隔。
|
||||
|
||||
### smbv1:
|
||||
### 禁用缩略图:
|
||||
|
||||
默认smbv2,这里选择是否启用smbv1支持。
|
||||
True /false(设置禁用缩略图为True或false;速度默认为true)。
|
||||
|
||||
### ssl:
|
||||
|
||||
|
||||
@@ -79,6 +79,7 @@
|
||||
"options": {
|
||||
"NoAuth": true,
|
||||
"certfile": "fullchain.pem",
|
||||
"disable_thumbnails": true,
|
||||
"keyfile": "privkey.pem",
|
||||
"ssl": false
|
||||
},
|
||||
@@ -98,16 +99,16 @@
|
||||
"base_folder": "str?",
|
||||
"certfile": "str",
|
||||
"cifsdomain": "str?",
|
||||
"cifsusername": "str?",
|
||||
"cifspassword": "str?",
|
||||
"cifsusername": "str?",
|
||||
"disable_thumbnails": "bool?",
|
||||
"keyfile": "str",
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?",
|
||||
"smbv1": "bool?",
|
||||
"ssl": "bool"
|
||||
},
|
||||
"slug": "filebrowser",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "2.23.0_8"
|
||||
"version": "2.23.0_10"
|
||||
}
|
||||
|
||||
@@ -31,9 +31,9 @@ configuration:
|
||||
name: networkdisks
|
||||
description: >-
|
||||
optional, list of smbv2/3 servers to mount, separated by commas
|
||||
smbv1:
|
||||
name: smbv1
|
||||
disable_thumbnails:
|
||||
name: disable_thumbnails
|
||||
description: >-
|
||||
Should smbv1 be used instead of 2.1+?
|
||||
true/false (set disable_thumbnails to true or false ; default true for speed)
|
||||
ssl:
|
||||
name: ssl
|
||||
@@ -31,9 +31,9 @@ configuration:
|
||||
name: 网络磁盘
|
||||
description: >-
|
||||
可选,要挂载的smbv2/3服务器列表,以逗号分隔
|
||||
smbv1:
|
||||
name: smbv1
|
||||
disable_thumbnails:
|
||||
name: 禁用缩略图
|
||||
description: >-
|
||||
默认smbv2,启用smbv1?
|
||||
True /false(设置禁用缩略图为True或false;速度默认为true)
|
||||
ssl:
|
||||
name: ssl
|
||||
Reference in New Issue
Block a user