首次推出xunlei-test;

升级了ddns-go、dozzle、dpanel、drawio、emby、lucky、netdata、nextclound、portainer、qinglong、xiaozhi-esp32-server-mini、xiaozhi-esp32-server、xiaozhi-esp32-webui、zigbee2mqtt;
This commit is contained in:
waxgourd
2025-06-20 20:36:55 +08:00
parent c4f57aa203
commit 7f33f7afe8
37 changed files with 230 additions and 20 deletions

View File

@@ -1,3 +1,7 @@
### 6.10.0 (2025-06-19)
- 版本升级
### 6.9.2 (2025-05-16) ### 6.9.2 (2025-05-16)
- 版本升级 - 版本升级

View File

@@ -1,5 +1,5 @@
name: "DDNS-GO" name: "DDNS-GO"
version: '6.9.2' version: '6.10.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.1 (2025-06-19)
- 版本升级
### 8.12.15 (2025-05-16) ### 8.12.15 (2025-05-16)
- 版本升级 - 版本升级
### 8.12.14 (2025-05-07) ### 8.12.14 (2025-05-07)

View File

@@ -1,5 +1,5 @@
name: docker日志监控Dozzle name: docker日志监控Dozzle
version: 8.12.15 version: 8.13.1
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,7 @@
### 1.7.2 (2025-06-19)
- 版本升级
### 1.6.4 (2025-04-27) ### 1.6.4 (2025-04-27)
- 版本升级 - 版本升级

View File

@@ -1,5 +1,5 @@
name: DPanel name: DPanel
version: "1.6.4" version: "1.7.2"
slug: dpanel slug: dpanel
description: Docker 可视化管理面板,提供完善的管理容器的功能 description: Docker 可视化管理面板,提供完善的管理容器的功能
url: "https://github.com/donknap/dpanel" url: "https://github.com/donknap/dpanel"

View File

@@ -1,3 +1,7 @@
### 27.0.9 (2025-06-19)
- 版本升级
### 27.0.5 (2025-05-16) ### 27.0.5 (2025-05-16)
- 版本升级 - 版本升级

View File

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

View File

@@ -1,4 +1,4 @@
# Emby NAS # Emby
## 使用方法 ## 使用方法

View File

@@ -73,19 +73,22 @@
"/dev/nvme1", "/dev/nvme1",
"/dev/nvme2" "/dev/nvme2"
], ],
"environment": {
"data_location": "/config/database"
},
"host_network": true, "host_network": true,
"image": "r.hassbus.com/alexbelgium/emby-{arch}", "image": "r.hassbus.com/alexbelgium/emby_stable-{arch}",
"ingress": true, "ingress": true,
"ingress_port": 0, "ingress_port": 0,
"ingress_stream": true, "ingress_stream": true,
"init": false, "init": false,
"map": [ "map": [
"config:rw", "addon_config:rw",
"share:rw", "share:rw",
"media:rw", "media:rw",
"ssl:rw" "ssl:rw"
], ],
"name": "Emby NAS", "name": "Emby",
"options": { "options": {
"PGID": 0, "PGID": 0,
"PUID": 0, "PUID": 0,
@@ -121,7 +124,7 @@
"silent": "bool?", "silent": "bool?",
"smbv1": "bool?" "smbv1": "bool?"
}, },
"slug": "emby_nas", "slug": "emby",
"udev": true, "udev": true,
"url": "https://gitcode.com/waxgourd/addons", "url": "https://gitcode.com/waxgourd/addons",
"version": "4.8.11.0", "version": "4.8.11.0",

View File

@@ -1,3 +1,7 @@
### 2.17.8 (2025-06-19)
- 版本升级
### 2.17.3 (2025-05-16) ### 2.17.3 (2025-05-16)
- 版本升级 - 版本升级

View File

@@ -1,5 +1,5 @@
name: Lucky(万吉) name: Lucky(万吉)
version: 2.17.3 version: 2.17.8
slug: lucky slug: lucky
codenotary: wghaos@163.com codenotary: wghaos@163.com
description: '替代socat,IPv6 tcp/udp 转发内网IPv4,动态域名服务' description: '替代socat,IPv6 tcp/udp 转发内网IPv4,动态域名服务'

View File

@@ -1,3 +1,5 @@
### 2.5.3 (2025-06-19)
- 版本升级
### 2.5.1 (2025-05-16) ### 2.5.1 (2025-05-16)
- 版本升级 - 版本升级
### 2.4.0 (2025-04-27) ### 2.4.0 (2025-04-27)

View File

@@ -1,5 +1,5 @@
name: Netdata name: Netdata
version: 2.5.1 version: 2.5.3
slug: netdata slug: netdata
codenotary: wghaos@163.com codenotary: wghaos@163.com
description: 'Netdata每秒收集指标并将其显示在漂亮的低延迟仪表板中' description: 'Netdata每秒收集指标并将其显示在漂亮的低延迟仪表板中'

View File

@@ -1,3 +1,5 @@
## 31.0.6 (19-06-2025)
- 升级到linuxserver/docker-nextcloud最新版本 (日志 : https://github.com/linuxserver/docker-nextcloud/releases)
## 31.0.5 (22-05-2025) ## 31.0.5 (22-05-2025)
- 修复了小错误 - 修复了小错误
## 31.0.4-3 (15-05-2025) ## 31.0.4-3 (15-05-2025)

View File

@@ -159,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.5", "version": "31.0.6",
"webui": "https://[HOST]:[PORT:443]", "webui": "https://[HOST]:[PORT:443]",
"boot": "manual" "boot": "manual"
} }

View File

@@ -1,3 +1,5 @@
### 2.31.0 (18-06-2025)
- 从portainer/portainer更新到最新版本 (更改日志 : https://github.com/portainer/portainer/releases)
### 2.30.1-2 (30-05-2025) ### 2.30.1-2 (30-05-2025)
- 映射内部/config以允许自定义脚本执行和变量 - 映射内部/config以允许自定义脚本执行和变量
- 修复无效的来源 - 修复无效的来源

View File

@@ -48,5 +48,5 @@
"slug": "portainer", "slug": "portainer",
"udev": true, "udev": true,
"url": "https://gitcode.com/waxgourd/addons", "url": "https://gitcode.com/waxgourd/addons",
"version": "2.30.1-2" "version": "2.31.0"
} }

View File

@@ -1,3 +1,14 @@
### 2.19.1 (2025-06-19)
1. 修复依赖是否安装检查逻辑More actions
2. 修复文件下载 path 参数
3. 修复 python 查询逻辑
4. 修复任务视图状态筛选
5. 修复创建脚本可能失败
6. 修复重置用户名失败
7. 修复无法识别 python 依赖安装的命令More actions
8. 其他缺陷修复
### 2.19.0 (2025-05-16) ### 2.19.0 (2025-05-16)
1. 缓存 node 和 python 依赖linux 依赖需要增加映射目录 1. 缓存 node 和 python 依赖linux 依赖需要增加映射目录

View File

@@ -1,6 +1,6 @@
--- ---
name: 青龙面板 for HA name: 青龙面板 for HA
version: 2.19.0 version: 2.19.1
slug: qinglong slug: qinglong
description: "支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台" description: "支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台"
url: https://gitcode.com/waxgourd/addons url: https://gitcode.com/waxgourd/addons

View File

@@ -1,3 +1,7 @@
## 0.5.7 (2025-06-18)
- 版本升级
## 0.5.5 (2025-06-09)
- 版本升级
## 0.5.4 (2025-06-05) ## 0.5.4 (2025-06-05)
- 版本升级 - 版本升级
## 0.5.3 (2025-06-03) ## 0.5.3 (2025-06-03)

View File

@@ -1,5 +1,5 @@
name: "小智 AI Server 极速版" name: "小智 AI Server 极速版"
version: "0.5.4" version: "0.5.7"
slug: "xiaozhi_esp32_server_mini" slug: "xiaozhi_esp32_server_mini"
description: "小智 AI Server 极速版 - 提供语音识别、对话和控制功能支持与ESP32设备通信" description: "小智 AI Server 极速版 - 提供语音识别、对话和控制功能支持与ESP32设备通信"
url: "https://gitcode.com/waxgourd/addons" url: "https://gitcode.com/waxgourd/addons"
@@ -38,7 +38,9 @@ options:
asr.appid: "" asr.appid: ""
asr.access_token: "" asr.access_token: ""
asr.secret_key: "" asr.secret_key: ""
#vllm.api_key: "" vllm.type: ChatGLMVLLM
vllm.model_name: "glm-4v-flash"
vllm.api_key: ""
plugins.get_weather.api_key: a861d0d5e7bf4ee1a83d9a9e4f96d4da plugins.get_weather.api_key: a861d0d5e7bf4ee1a83d9a9e4f96d4da
plugins.get_weather.default_location: 广州 plugins.get_weather.default_location: 广州
log_level: INFO log_level: INFO
@@ -60,7 +62,9 @@ schema:
asr.appid: str? asr.appid: str?
asr.access_token: str? asr.access_token: str?
asr.secret_key: str? asr.secret_key: str?
#vllm.api_key: str? vllm.type: list(ChatGLMVLLM|QwenVLVLLM)
vllm.model_name: str?
vllm.api_key: str?
plugins.get_weather.api_key: str plugins.get_weather.api_key: str
plugins.get_weather.default_location: str plugins.get_weather.default_location: str
log_level: list(INFO|DEBUG) log_level: list(INFO|DEBUG)

View File

@@ -1,3 +1,7 @@
## 0.5.7 (2025-06-19)
- 版本升级
## 0.5.5 (2025-06-09)
- 版本升级
## 0.5.4 (2025-06-06) ## 0.5.4 (2025-06-06)
- 版本升级 - 版本升级
## 0.5.3 (2025-06-03) ## 0.5.3 (2025-06-03)

View File

@@ -1,5 +1,5 @@
name: "小智 AI Server 最简化版" name: "小智 AI Server 最简化版"
version: "0.5.4" version: "0.5.7"
slug: "xiaozhi_esp32_server" slug: "xiaozhi_esp32_server"
description: "小智 AI Server 最简化版 - 提供语音识别、对话和控制功能支持与ESP32设备通信" description: "小智 AI Server 最简化版 - 提供语音识别、对话和控制功能支持与ESP32设备通信"
url: "https://gitcode.com/waxgourd/addons" url: "https://gitcode.com/waxgourd/addons"

View File

@@ -1,3 +1,7 @@
## 0.5.7 (2025-06-18)
- 版本升级
## 0.5.5 (2025-06-09)
- 版本升级
## 0.5.4 (2025-06-05) ## 0.5.4 (2025-06-05)
- 版本升级 - 版本升级
## 0.5.3 (2025-06-03) ## 0.5.3 (2025-06-03)

View File

@@ -1,5 +1,5 @@
name: "小智 AI 智控台" name: "小智 AI 智控台"
version: "0.5.4" version: "0.5.7"
slug: "xiaozhi_esp32_webui" slug: "xiaozhi_esp32_webui"
description: "小智 AI 智控台 - 提供语音识别、对话和控制功能支持与ESP32设备通信集成WEB管理界面" description: "小智 AI 智控台 - 提供语音识别、对话和控制功能支持与ESP32设备通信集成WEB管理界面"
url: "https://gitcode.com/waxgourd/addons" url: "https://gitcode.com/waxgourd/addons"

15
xunlei-test/CHANGELOG.md Normal file
View File

@@ -0,0 +1,15 @@
### 3.20.2-2 2025-06-20
- 版本升级
### 3.20.2 2024-10-14
- 版本升级
### 3.20.1 2024-08-09
- 版本升级
### 3.7.1 2024-08-08
- 首次推出

17
xunlei-test/DOCS.md Normal file
View File

@@ -0,0 +1,17 @@
# Xunlei(迅雷)内测版
## 使用说明
1、在**配置**页面中找到**存储路径**。
- 支持路径为 `/media``/share`
2、运行后点击**打开 WEB UI**会新建窗口打开。
3、**手机扫描**或使用**账号密码登录**。
4、点击**新建任务**在**添加链接**粘贴需要下载的地址。
5、**下载到**选择需要保存的路径迅雷下载就是downloads目录
6、然后通过文件浏览器Filebrowser进入到**存储路径**即可查看。

9
xunlei-test/README.md Normal file
View File

@@ -0,0 +1,9 @@
# 冬瓜甄选addonsXunlei(迅雷)内测版
## 关于
知名的国内下载工具,登录后即可远程下载到存储器中。
## 来源
https://github.com/cnk3x/xunlei

52
xunlei-test/apparmor.txt Normal file
View File

@@ -0,0 +1,52 @@
#include <tunables/global>
profile hassos_ssh_configurator_addon flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/base>
capability,
file,
mount,
umount,
remount,
capability setgid,
capability setuid,
capability dac_override,
# S6-Overlay
/bin/** ix,
/usr/bin/** ix,
/usr/lib/bashio/** ix,
/etc/s6/** rix,
/run/s6/** rix,
/etc/services.d/** rwix,
/etc/cont-init.d/** rwix,
/etc/cont-finish.d/** rwix,
/init rix,
/var/run/** mrwkl,
/var/run/ mrwkl,
/proc/self/attr/** mrwkl,
# Files required
/dev/sda1 mrwkl,
/dev/sda7 mrwkl,
/dev/sda8 mrwkl,
/dev/sdb1 mrwkl,
/dev/mmcblk0p1 mrwkl,
/dev/* mrwkl,
/tmp/** mrkwl,
/xunlei/** mrkwl,
/media mrkwl,
/share mrkwl,
# Data access
/data/** rw,
/addon_configs/** rw,
# suppress ptrace denials when using 'docker ps' or using 'ps' inside a container
ptrace (trace,read) peer=docker-default,
# docker daemon confinement requires explict allow rule for signal
signal (receive) set=(kill,term) peer=/usr/bin/docker,
}

29
xunlei-test/config.yaml Normal file
View File

@@ -0,0 +1,29 @@
name: Xunlei(迅雷)内测版
version: 3.20.2-2
slug: xunlei-test
codenotary: wghaos@163.com
description: 迅雷NAS内测版
image: r.hassbus.com/wghaos/xunlei
url: https://gitcode.com/waxgourd/addons
init: false
arch:
- aarch64
- amd64
boot: manual
ports:
2345/tcp: 2345
webui: "http://[HOST]:[PORT:2345]/"
map:
- media:rw
- share:rw
apparmor: true
privileged:
- SYS_ADMIN
options:
download_path: "/share"
user: ""
password: ""
schema:
download_path: str
user: str
password: str

BIN
xunlei-test/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

BIN
xunlei-test/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

View File

@@ -0,0 +1,14 @@
---
configuration:
download_path:
name: download_path
description: >-
download path
user:
name: user
description: >-
user
password:
name: password
description: >-
password

View File

@@ -0,0 +1,14 @@
---
configuration:
download_path:
name: 存储路径
description: >-
需要保存的路径
user:
name: 用户名
description: >-
非必填项,进入页面后需要输入该用户名
password:
name: 密码
description: >-
非必填项,进入页面后需要输入该密码

View File

@@ -1,3 +1,5 @@
## 2.4.0-1
- 升级Zigbee2MQTT最新版本[2.4.0](https://github.com/Koenkk/zigbee2mqtt/releases/tag/2.4.0)
## 2.3.0-1 ## 2.3.0-1
- 升级Zigbee2MQTT最新版本[2.3.0](https://github.com/Koenkk/zigbee2mqtt/releases/tag/2.3.0) - 升级Zigbee2MQTT最新版本[2.3.0](https://github.com/Koenkk/zigbee2mqtt/releases/tag/2.3.0)
## 2.2.1-1 ## 2.2.1-1

View File

@@ -1,8 +1,11 @@
{ {
"name": "Zigbee2MQTT", "name": "Zigbee2MQTT",
"version": "2.3.0-1", "version": "2.4.0-1",
"slug": "zigbee2mqtt", "slug": "zigbee2mqtt",
"description": "可以自定义ZigBee的接收连接器", "description": "可以自定义ZigBee的接收连接器",
"breaking_versions": [
"2.0.0-1"
],
"uart": true, "uart": true,
"udev": true, "udev": true,
"url": "https://github.com/zigbee2mqtt/hassio-zigbee2mqtt/tree/master/zigbee2mqtt", "url": "https://github.com/zigbee2mqtt/hassio-zigbee2mqtt/tree/master/zigbee2mqtt",
@@ -10,6 +13,7 @@
"services": [ "services": [
"mqtt:need" "mqtt:need"
], ],
"hassio_api": true,
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64" "amd64"