mirror of
https://gitcode.com/waxgourd/addons
synced 2026-03-29 03:18:27 +08:00
优化升级openclaw等
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
### v5.2.2 (2026-03-23)
|
||||
- <20>汾<EFBFBD><E6B1BE><EFBFBD><EFBFBD>
|
||||
### v5.2.1 (2026-02-11)
|
||||
- <20>汾<EFBFBD><E6B1BE><EFBFBD><EFBFBD>
|
||||
### v5.2.0 (2026-01-10)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: MyIP
|
||||
version: v5.2.1
|
||||
version: v5.2.2
|
||||
slug: MyIP
|
||||
description: "一个更好的 IP 工具箱。可以查看IP、IP 信息(代理前后)、检查 DNS 泄露、检查 WebRTC 连接、网速测试、测试网站可用性等"
|
||||
url: https://gitcode.com/waxgourd/addons
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
## streaming your media (beta version) 4.10.0.6 (21-03-2026)
|
||||
- Minor bugs fixed
|
||||
|
||||
## 4.10.0.6 (2026-03-21)
|
||||
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
|
||||
## streaming your media (beta version) 4.10.0.5 (14-03-2026)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -121,6 +121,6 @@ schema:
|
||||
slug: emby_nas
|
||||
udev: true
|
||||
url: https://gitcode.com/waxgourd/addons
|
||||
version: "4.10.0.5"
|
||||
version: "4.10.0.6"
|
||||
video: true
|
||||
boot: manual
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
## 2.62.1 (2026-03-21)
|
||||
- 从filebrowser/filebrowser更新到最新版本 (更新日志 : https://github.com/filebrowser/filebrowser/releases)
|
||||
## 2.61.2 (2026-03-07)
|
||||
- 从filebrowser/filebrowser更新到最新版本 (更新日志 : https://github.com/filebrowser/filebrowser/releases)
|
||||
## 2.61.0 (2026-02-28)
|
||||
|
||||
@@ -122,5 +122,5 @@ schema:
|
||||
slug: filebrowser
|
||||
udev: true
|
||||
url: https://gitcode.com/waxgourd/addons
|
||||
version: "2.61.2"
|
||||
version: "2.62.1"
|
||||
boot: manual
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
### 2026.3.13-3(2026-03-23)
|
||||
- 版本升级
|
||||
### 2026.3.13-2(2026-03-18)
|
||||
- 版本升级
|
||||
### 2026.3.13 (2026-03-16)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: "OpenClaw WG"
|
||||
version: "2026.3.13-2"
|
||||
version: "2026.3.13-3"
|
||||
slug: "openclaw_wg"
|
||||
description: "AI 智能助手,深度集成 Home Assistant。支持本地/云端混合模型"
|
||||
url: "https://gitcode.com/waxgourd/addons"
|
||||
@@ -9,6 +9,8 @@ arch:
|
||||
startup: services
|
||||
boot: auto
|
||||
init: false
|
||||
hassio_api: true
|
||||
homeassistant_api: true
|
||||
host_network: true
|
||||
image: r.hassbus.com/wghaos/addons-openclaw-{arch}
|
||||
ingress: true
|
||||
@@ -22,11 +24,17 @@ environment:
|
||||
XDG_CONFIG_HOME: "/config"
|
||||
OPENCLAW_CONFIG_DIR: "/config/.openclaw"
|
||||
OPENCLAW_WORKSPACE_DIR: "/config/.openclaw/workspace"
|
||||
NODE_COMPILE_CACHE: "/config/.npm/cache"
|
||||
NODE_COMPILE_CACHE: "/config/.cache/node-compile-cache"
|
||||
|
||||
map:
|
||||
- addon_config:rw
|
||||
- share:rw
|
||||
- homeassistant_config:rw
|
||||
- ssl:ro
|
||||
- media:rw
|
||||
- backup:ro
|
||||
- all_addon_configs:ro
|
||||
|
||||
options:
|
||||
# ==================== 网关配置 ====================
|
||||
# 时区设置
|
||||
@@ -41,15 +49,9 @@ options:
|
||||
# 允许 HTTP 认证(仅在无法使用 HTTPS 时启用,存在安全风险)
|
||||
allow_insecure_auth: true
|
||||
|
||||
# 禁用设备身份验证(仅在内网可信环境使用)
|
||||
disable_device_auth: true
|
||||
|
||||
# 网关公开 URL(用于在新标签页中打开网关 UI)
|
||||
gateway_public_url: ""
|
||||
|
||||
# Home Assistant 长效令牌(用于 HA API 集成)
|
||||
homeassistant_token: ""
|
||||
|
||||
# ==================== 基础设置 ====================
|
||||
# 启用 Web 终端(在 Home Assistant 内嵌的终端)
|
||||
enable_terminal: true
|
||||
@@ -65,9 +67,7 @@ schema:
|
||||
gateway_bind_mode: list(loopback|lan)?
|
||||
gateway_port: int(1,65535)?
|
||||
allow_insecure_auth: bool?
|
||||
disable_device_auth: bool?
|
||||
gateway_public_url: str?
|
||||
homeassistant_token: password?
|
||||
# 基础设置
|
||||
enable_terminal: bool?
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
## 2.39.1 (2026-03-21)
|
||||
- Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases)
|
||||
|
||||
## 2.39.0 (2026-02-28)
|
||||
- Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases)
|
||||
|
||||
@@ -42,5 +42,5 @@ schema:
|
||||
slug: portainer
|
||||
udev: true
|
||||
url: https://gitcode.com/waxgourd/addons
|
||||
version: 2.39.0
|
||||
version: 2.39.1
|
||||
boot: manual
|
||||
|
||||
Reference in New Issue
Block a user