首次推出jdxb;

升级了alist、ddns-go、dpanel、drawio、emby、mpd、netdata、nextcloud、portainer、xiaoya-alist、xiao-tvbox、zigbee2mqtt.
This commit is contained in:
waxgourd
2025-02-08 18:37:24 +08:00
parent 6d948948b8
commit 47a7e45038
30 changed files with 94 additions and 12 deletions

View File

@@ -1,3 +1,5 @@
### 3.42.0 (2025-02-07)
- 版本升级
### 3.41.0 (2024-12-13)
🚀 特征

View File

@@ -2,7 +2,7 @@ name: Alist
slug: alist
description: '一个支持多种存储的文件列表程序,由 Gin 和 Solidjs 提供支持'
url: https://gitcode.com/waxgourd/addons
version: 3.41.0
version: 3.42.0
image: r.hassbus.com/wghaos/alist
codenotary: wghaos@163.com
arch:

View File

@@ -1,3 +1,7 @@
### 6.8.1 (2025-02-07)
- 版本升级
### 6.8.0 (2025-01-15)
- 版本升级

View File

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

View File

@@ -1,3 +1,7 @@
### 1.5.4 (2025-02-07)
- 版本升级
### 1.5.2 (2025-01-15)
- 版本升级

View File

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

View File

@@ -1,3 +1,7 @@
### 26.0.9 (2025-02-07)
- 版本升级
### 26.0.4 (2025-01-15)
- 版本升级

View File

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

View File

@@ -1,3 +1,5 @@
## 4.9.0.37 (07-02-2025)
- 从linuxserver/docker-emby更新到最新版本
## 4.9.0.34 (28-12-2024)
- 从linuxserver/docker-emby更新到最新版本
## 4.9.0.33 (12-17-2024)

View File

@@ -121,7 +121,7 @@
"slug": "emby_nas",
"udev": true,
"url": "https://gitcode.com/waxgourd/addons",
"version": "4.9.0.34",
"version": "4.9.0.37",
"video": true,
"boot": "manual"
}

3
jdxb/CHANGELOG.md Normal file
View File

@@ -0,0 +1,3 @@
### 1.0.1 (2025-02-07)
- 首次推出

9
jdxb/DOCS.md Normal file
View File

@@ -0,0 +1,9 @@
# Jdxb
## 使用方法
1. 启动后可访问 IP:9118 进入绑定界面
## 特别说明
1. 已经安装节点小宝套件/插件的设备会默认使用9118端口继续安装docker会产生冲突

11
jdxb/README.md Normal file
View File

@@ -0,0 +1,11 @@
# 冬瓜甄选addonsJdxb
## 关于
节点小宝是一款集内网穿透与异地组网的远程管理工具,满足您绝大部分的远程访问需求。
## 源
HTTPS: https://www.ionewu.com
文档: https://iepose.com/helpcenter/

19
jdxb/config.yaml Normal file
View File

@@ -0,0 +1,19 @@
{
"version": "1.0.1",
"name": "节点小宝",
"url": "https://www.ionewu.com",
"slug": "jdxb",
"description": "A Home Assistant add-on for jdxb service. 这是一个节点小宝客户端",
"arch": ["amd64", "aarch64"],
"image": "r.hassbus.com/wghaos/addon-wghaos-jdxb",
"startup": "application",
"init": false,
"ports": {
"9118/tcp": 9118
},
"webui": "[PROTO:http]://[HOST]:[PORT:9118]",
"boot": "manual",
"map": [
"addon_config:rw"
]
}

BIN
jdxb/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

BIN
jdxb/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -1,3 +1,7 @@
### 1.7.52025-02-07
- 版本升级
### 1.7.32023-10-15
- 版本升级

View File

@@ -1,5 +1,5 @@
name: MPD
version: 1.7.3
version: 1.7.5
slug: mpd
panel_icon: mdi:music-circle
description: >-

View File

@@ -1,3 +1,7 @@
### 2.2.4 (2025-02-07)
- 版本升级
### 2 (2024-11-25)
- 版本升级

View File

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

View File

@@ -1,3 +1,5 @@
## 30.0.5 (07-02-2025)
- 升级到linuxserver/docker-nextcloud最新版本
## 30.0.4 (14-12-2024)
- 升级到linuxserver/docker-nextcloud最新版本
## 30.0.3 (07-12-2024)

View File

@@ -152,7 +152,7 @@
"uart": true,
"udev": true,
"url": "https://gitcode.com/waxgourd/addons",
"version": "30.0.4",
"version": "30.0.5",
"webui": "https://[HOST]:[PORT:443]",
"boot": "manual"
}

View File

@@ -1,3 +1,7 @@
### 2.26.1 (07-02-2025)
- 从portainer/portainer更新到最新版本 (更改日志https://github.com/portainer/portainer/releases)
### 2.25.1 (08-01-2025)
- 从portainer/portainer更新到最新版本 (更改日志https://github.com/portainer/portainer/releases)

View File

@@ -47,5 +47,5 @@
"slug": "portainer",
"udev": true,
"url": "https://gitcode.com/waxgourd/addons",
"version": "2.25.1"
"version": "2.26.1"
}

View File

@@ -1,3 +1,7 @@
### hostmode-2025012709 (2025-02-07)
- 版本升级
### hostmode-2025011509 (2025-01-15)
- 版本升级

View File

@@ -1,5 +1,5 @@
name: 小雅Alist
version: hostmode-2025011509
version: hostmode-2025012709
slug: xiaoya-alist
codenotary: wghaos@163.com
description: '一个口碑级的alist应用'

View File

@@ -1,3 +1,7 @@
### latest-2025012809 (2025-02-07)
- 版本升级
### latest-2025012009 (2025-01-21)
- 版本升级

View File

@@ -1,6 +1,6 @@
name: "小雅-TvBox"
description: "AList代理支持xiaoya版AList界面管理"
version: "latest-2025012009"
version: "latest-2025012809"
slug: "xiaoya-tvbox"
url: https://gitcode.com/waxgourd/addons
image: r.hassbus.com/wghaos/xiaoya-tvbox

View File

@@ -1,3 +1,5 @@
## 2.1.1-1
- 升级Zigbee2MQTT最新版本[2.1.1]
## 2.0.0-2
- 修复某些系统如Rpi4上打开串行端口时插件崩溃的问题
## 2.0.0-1

View File

@@ -1,6 +1,6 @@
{
"name": "Zigbee2MQTT",
"version": "2.0.0-2",
"version": "2.1.1-1",
"slug": "zigbee2mqtt",
"description": "可以自定义ZigBee的接收连接器",
"uart": true,