升级了cups-airprint、ddnsto-go、dozzle、drawio、emby_beta、filebrowser、libretv、nextcloud、onenav、portainer、zigbee2mqtt;

This commit is contained in:
waxgourd
2025-07-30 17:03:35 +08:00
parent 60a3225b06
commit ce7aa3d450
24 changed files with 189 additions and 23 deletions

View File

@@ -1,3 +1,7 @@
## 2.4.2-3 (2025-07-16)
- 版本升级
## 2.4.2-2 (2025-01-16) ## 2.4.2-2 (2025-01-16)
- 版本升级 - 版本升级

View File

@@ -1,5 +1,5 @@
name: CUPS AirPrint name: CUPS AirPrint
version: "2.4.2-2" version: "2.4.2-3"
slug: opencups slug: opencups
description: 著名的开源打印共享服务器 description: 著名的开源打印共享服务器
url: https://gitcode.com/waxgourd/addons url: https://gitcode.com/waxgourd/addons

View File

@@ -1,3 +1,11 @@
### 6.12.0 (2025-07-29)
- 版本升级
### 6.11.3 (2025-07-15)
- 版本升级
### 6.11.0 (2025-07-01) ### 6.11.0 (2025-07-01)
- 版本升级 - 版本升级

View File

@@ -1,5 +1,5 @@
name: "DDNS-GO" name: "DDNS-GO"
version: '6.11.0' version: '6.12.0'
slug: 'ddns_go' slug: 'ddns_go'
codenotary: wghaos@163.com codenotary: wghaos@163.com
description: '自动获得你的公网 IPv4 或 IPv6 地址,并解析到对应的域名服务' description: '自动获得你的公网 IPv4 或 IPv6 地址,并解析到对应的域名服务'

View File

@@ -1,3 +1,5 @@
### 8.13.5 (2025-07-15)
- 版本升级
### 8.13.4 (2025-07-01) ### 8.13.4 (2025-07-01)
- 版本升级 - 版本升级
### 8.13.1 (2025-06-19) ### 8.13.1 (2025-06-19)

View File

@@ -1,5 +1,5 @@
name: docker日志监控Dozzle name: docker日志监控Dozzle
version: 8.13.4 version: 8.13.5
slug: dozzle slug: dozzle
codenotary: wghaos@163.com codenotary: wghaos@163.com
description: 'Dozzle 是一个小型轻量级应用程序,具有基于 Web 的界面来监控 Docker 日志' description: 'Dozzle 是一个小型轻量级应用程序,具有基于 Web 的界面来监控 Docker 日志'

View File

@@ -1,3 +1,6 @@
### 28.0.7 (2025-07-29)
- 版本升级
### 28.0.1 (2025-07-11) ### 28.0.1 (2025-07-11)
- 版本升级 - 版本升级

View File

@@ -1,5 +1,5 @@
name: 'DrawIO' name: 'DrawIO'
version: '28.0.1' version: '28.0.7'
slug: 'drawio' slug: 'drawio'
codenotary: 'wghaos@163.com' codenotary: 'wghaos@163.com'
description: "DrawIO是运行在浏览器中的在线绘图工具" description: "DrawIO是运行在浏览器中的在线绘图工具"

View File

@@ -1,3 +1,7 @@
## 4.9.1.10 (25-07-2025)
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
## 4.9.1.7 (22-07-2025)
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
## 4.9.1.3 (11-07-2025) ## 4.9.1.3 (11-07-2025)
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases) - Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
## 4.9.1.1 (13-06-2025) ## 4.9.1.1 (13-06-2025)

View File

@@ -1,4 +1,4 @@
# Home assistant add-on: emby beta # Home assistant add-on: emby
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
[![Donate][paypal-badge]](https://www.paypal.com/donate/?hosted_button_id=DZFULJZTP3UQA) [![Donate][paypal-badge]](https://www.paypal.com/donate/?hosted_button_id=DZFULJZTP3UQA)

View File

@@ -1,6 +1,13 @@
{ {
"arch": ["aarch64","amd64"], "arch": [
"backup_exclude": ["*/cache/","*/transcoding-temp/","*/logs/*"], "aarch64",
"amd64"
],
"backup_exclude": [
"*/cache/",
"*/transcoding-temp/",
"*/logs/*"
],
"codenotary": "wghaos@163.com", "codenotary": "wghaos@163.com",
"description": "一个免费的软件媒体系统,让你掌控管理和流媒体内容(测试版)", "description": "一个免费的软件媒体系统,让你掌控管理和流媒体内容(测试版)",
"devices": [ "devices": [
@@ -102,7 +109,10 @@
"8096/tcp": "web interface", "8096/tcp": "web interface",
"8920/tcp": "https web interface (optional)" "8920/tcp": "https web interface (optional)"
}, },
"privileged": ["SYS_ADMIN","DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -118,7 +128,7 @@
"slug": "emby_nas", "slug": "emby_nas",
"udev": true, "udev": true,
"url": "https://gitcode.com/waxgourd/addons", "url": "https://gitcode.com/waxgourd/addons",
"version": "4.9.1.3", "version": "4.9.1.10",
"video": true, "video": true,
"boot": "manual" "boot": "manual"
} }

View File

@@ -1,3 +1,9 @@
## 2.42.0-2 (28-07-2025)
- 修复了小错误
### 2.40.2 (21-07-2025)
- 从filebrowser/filebrowser更新到最新版本更新日志https://github.com/filebrowser/filebrowser/releases
### 2.37.0 (15-07-2025)
- 从filebrowser/filebrowser更新到最新版本更新日志https://github.com/filebrowser/filebrowser/releases
### 2.36.1 (11-07-2025) ### 2.36.1 (11-07-2025)
- 从filebrowser/filebrowser更新到最新版本更新日志https://github.com/filebrowser/filebrowser/releases - 从filebrowser/filebrowser更新到最新版本更新日志https://github.com/filebrowser/filebrowser/releases
### 2.33.10 (01-07-2025) ### 2.33.10 (01-07-2025)

View File

@@ -1,5 +1,9 @@
{ {
"arch": ["aarch64","amd64"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "wghaos@163.com", "codenotary": "wghaos@163.com",
"description": "filebrowser提供指定目录下的文件管理界面可用于上传、删除、预览、重命名和编辑文件", "description": "filebrowser提供指定目录下的文件管理界面可用于上传、删除、预览、重命名和编辑文件",
"devices": [ "devices": [
@@ -105,7 +109,10 @@
"ports_description": { "ports_description": {
"8080/tcp": "Web UI port" "8080/tcp": "Web UI port"
}, },
"privileged": ["SYS_ADMIN","DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"NoAuth": "bool", "NoAuth": "bool",
"base_folder": "str?", "base_folder": "str?",
@@ -122,6 +129,6 @@
"slug": "filebrowser", "slug": "filebrowser",
"udev": true, "udev": true,
"url": "https://gitcode.com/waxgourd/addons", "url": "https://gitcode.com/waxgourd/addons",
"version": "2.36.1", "version": "2.42.0-2",
"boot": "manual" "boot": "manual"
} }

View File

@@ -1,2 +1,4 @@
### 202507251119
- 版本升级
### latest2025-06-19 ### latest2025-06-19
- 首次推出 - 首次推出

View File

@@ -1,5 +1,5 @@
name: "LibreTV" name: "LibreTV"
version: 'latest' version: '202507251119'
slug: 'wg-libretv' slug: 'wg-libretv'
codenotary: wghaos@163.com codenotary: wghaos@163.com
description: 'LibreTV 是一个轻量级、免费的在线视频搜索与观看平台,提供来自多个视频源的内容搜索与播放服务' description: 'LibreTV 是一个轻量级、免费的在线视频搜索与观看平台,提供来自多个视频源的内容搜索与播放服务'

View File

@@ -1,3 +1,5 @@
## 31.0.7 (29-07-2025)
- 升级到linuxserver/docker-nextcloud最新版本 (changelog : https://github.com/linuxserver/docker-nextcloud/releases)
## 31.0.6-2 (11-07-2025) ## 31.0.6-2 (11-07-2025)
- 将超时时间增加到600秒。 - 将超时时间增加到600秒。
## 31.0.6 (19-06-2025) ## 31.0.6 (19-06-2025)

View File

@@ -1,5 +1,8 @@
{ {
"arch": ["aarch64","amd64"], "arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "Nextcloud个人专属或团队共享的私有云同步网盘", "description": "Nextcloud个人专属或团队共享的私有云同步网盘",
"devices": [ "devices": [
@@ -119,7 +122,10 @@
"443/tcp": "Https Web Interface", "443/tcp": "Https Web Interface",
"80/tcp": "Web interface" "80/tcp": "Web interface"
}, },
"privileged": ["SYS_ADMIN","DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"Full_Text_Search": "bool?", "Full_Text_Search": "bool?",
"OCR": "bool?", "OCR": "bool?",
@@ -153,7 +159,7 @@
"uart": true, "uart": true,
"udev": true, "udev": true,
"url": "https://gitcode.com/waxgourd/addons", "url": "https://gitcode.com/waxgourd/addons",
"version": "31.0.6-2", "version": "31.0.7",
"webui": "https://[HOST]:[PORT:443]", "webui": "https://[HOST]:[PORT:443]",
"boot": "manual" "boot": "manual"
} }

View File

@@ -1,3 +1,11 @@
### 1.1.4 07-29-2025
1. 新增可以单独设置PC和手机主题
1. 优化:链接识别进一步优化,提高成功率
1. 优化:去掉后台失效菜单
1. 修复:说明文件中的错别字
1. 其他优化和BUG修复
### 1.1.3 05-16-2025 ### 1.1.3 05-16-2025
1. 新增default2支持暗色模式 1. 新增default2支持暗色模式

View File

@@ -1,5 +1,5 @@
name: OneNav name: OneNav
version: 1.1.3 version: 1.1.4
slug: onenav slug: onenav
codenotary: wghaos@163.com codenotary: wghaos@163.com
description: '可帮助你将浏览器书签集中式管理' description: '可帮助你将浏览器书签集中式管理'

View File

@@ -1,3 +1,5 @@
### 4.0.9 2025-07-29
- 版本升级
### 4.0.8 2025-07-08 ### 4.0.8 2025-07-08
- 首次推出 - 首次推出

View File

@@ -2,7 +2,7 @@ name: Openlist
slug: openlist slug: openlist
description: 'OpenList 是一个有韧性、长期治理、社区驱动的 AList 分支,旨在防御基于信任的开源攻击' description: 'OpenList 是一个有韧性、长期治理、社区驱动的 AList 分支,旨在防御基于信任的开源攻击'
url: https://gitcode.com/waxgourd/addons url: https://gitcode.com/waxgourd/addons
version: 4.0.8 version: 4.0.9
image: r.hassbus.com/wghaos/addons-wghaos-openlist image: r.hassbus.com/wghaos/addons-wghaos-openlist
codenotary: wghaos@163.com codenotary: wghaos@163.com
arch: arch:

View File

@@ -1,3 +1,5 @@
### 2.32.0-6 (25-07-2025)
- 从portainer/portainer更新到最新版本 (更改日志 : https://github.com/portainer/portainer/releases)
### 2.31.3 (11-07-2025) ### 2.31.3 (11-07-2025)
- 从portainer/portainer更新到最新版本 (更改日志 : https://github.com/portainer/portainer/releases) - 从portainer/portainer更新到最新版本 (更改日志 : https://github.com/portainer/portainer/releases)
### 2.31.2-5 (01-07-2025) ### 2.31.2-5 (01-07-2025)

View File

@@ -1,6 +1,13 @@
{ {
"arch": ["aarch64","amd64"], "arch": [
"backup_exclude": ["backups","docker_config/cli-plugins"], "aarch64",
"amd64",
"armv7"
],
"backup_exclude": [
"backups",
"docker_config/cli-plugins"
],
"codenotary": "wghaos@163.com", "codenotary": "wghaos@163.com",
"description": "轻松管理您的Docker环境", "description": "轻松管理您的Docker环境",
"docker_api": true, "docker_api": true,
@@ -10,7 +17,11 @@
"ingress_port": 1337, "ingress_port": 1337,
"ingress_stream": true, "ingress_stream": true,
"init": false, "init": false,
"map": ["addon_config:rw","share:rw","ssl"], "map": [
"addon_config:rw",
"share:rw",
"ssl"
],
"name": "Portainer", "name": "Portainer",
"options": { "options": {
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
@@ -37,6 +48,6 @@
"slug": "portainer", "slug": "portainer",
"udev": true, "udev": true,
"url": "https://gitcode.com/waxgourd/addons", "url": "https://gitcode.com/waxgourd/addons",
"version": "2.31.3", "version": "2.32.0-6",
"boot": "manual" "boot": "manual"
} }

View File

@@ -86,3 +86,92 @@ adapter: ember
- 点击启动启动时长大约一分钟进入日志页面中点击刷新出现“Zigbee2MQTT started!”则表示启动成功。 - 点击启动启动时长大约一分钟进入日志页面中点击刷新出现“Zigbee2MQTT started!”则表示启动成功。
- 启动完成后可在信息页中点击"打开 网页界面",或点击“在侧边栏显示”,方便以后从左侧栏快速访问。 - 启动完成后可在信息页中点击"打开 网页界面",或点击“在侧边栏显示”,方便以后从左侧栏快速访问。
## 自定义转换器
如果 Z2M Addons 官方显示不支持你的设备,别慌,可以自定义转换器,操作如下:
先打开调试模式,能查看到更多调试信息:使用 FileBroswer 打开 homeassistant/zigbee2mqtt/configuration.yaml 文件,
并添加或修改log_level: debug
#### 第一步打开zigbee2mqtt点击开发控制台找到 JS 代码,复制并保存到本地,命名为 **[ 设备型号 ].js** (此处将 **[ 设备型号 ]** 替换为你真实的设备信息);
如果这里的js没有生成有效文件或者生成的文件在调试过程中没有很好的效果需要从官方已经存在的转换器https://github.com/Koenkk/zigbee-herdsman-converters查找相关设备类型的代码多次修改调试验证。
#### 第二步:将 **[ 设备型号 ].js** 通过 FileBroswer 拖拽上传到目标目录
```homeassistant/zigbee2mqtt/external_converters```
zigbee2mqtt 2.0.0 之后的版本文件存放位置(**如果没有external_converters 这个文件夹,请手动创建**
简单参考一个js
```python3
const {} = require('zigbee-herdsman-converters/lib/modernExtend');
const fz = require('zigbee-herdsman-converters/converters/fromZigbee');
const exposes = require('zigbee-herdsman-converters/lib/exposes');
const reporting = require('zigbee-herdsman-converters/lib/reporting');
const e = exposes.presets;
const definition = {
zigbeeModel: ['FNB56-ZRC06FB2.0'],
model: 'NZRC106W-M2',
vendor: 'Feibit',
description: 'Security controller',
extend: [],
fromZigbee: [fz.command_arm, fz.battery],
toZigbee: [],
exposes: [e.battery(), e.action(['panic', 'disarm', 'arm_day_zones', 'arm_all_zones'])],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ['genBasic']);
},
onEvent: async (_, data) => {
if (data.type === 'commandArm' && data.cluster === 'ssIasAce') {
await data.endpoint.defaultResponse(0, 0, 1281, data.meta.zclTransactionSequenceNumber);
}
},
};
module.exports = definition;
```
#### 第三步:点击 “允许添加新设备”,等待设备连接完成就好了,然后就是测试功能。
验证过程:
- 查看 z2m 界面新加入的设备是否已经不显示 不支持了,如果还显示,说明匹配失败或 JS 文件有问题。
- 重启 z2m 加载项,点击 日志ctrl+F搜索步骤二中添加的 JS 文件名,出现 Load xxx.js ,并下面没有出现 error 相关字样,表示成功加载且 JS 内容正确。
然后 在日志中查看 MQ 消息,验证设备发送和接收的消息的正确性是否符合预期。如果不满意效果,就需要调整 JS 内容并重启 z2m 加载项,查看日志,重复此过程达到满意即可。
- 如果确定 JS 没问题,但设备还是没有接入成功或者设备按钮效果不符合预期,可能是设备固件需要升级或者固件本身和 z2m 兼容性不好。咨询设备厂商或客服烧录最新固件,再次调试。
接入完成之后,关闭调试,减少日志输出提高 z2m 性能,```log_level: debug``` 改为 ```log_level: info```
### 参考:
官方接入自定义设备参考
https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html#_2-3-using-modern-extend
升级到 2.0.0+的说明
https://github.com/Koenkk/zigbee2mqtt/discussions/24198
### 如果需要贡献给官方,步骤如下:
- fork 官方转换器仓库https://github.com/Koenkk/zigbee-herdsman-converters
- clone 你 fork 的仓库
- 找到你设备对应的文件比如src/devices/feibit.ts
- 将你测试通过的 JS 代码按照格式添加到官方文件中,根据官方 README 按照步骤操作,提交到你 fork 的仓库,注意提交的 message 按照如下格式feat(add): xxxx(新的设备型号),更多请参考官方历史提交日志记录
- 然后提交 PR等待官方审核等待审核同时准备好设备照片512*512 背景透明
- 同样 fork 官方平台仓库https://github.com/Koenkk/zigbee2mqtt.io
- clone 你 fork 的仓库
- 在位置public/images/devices添加你的设备图片提交到你 fork 仓库,提交 PR等待审核