升级了filebrowser、nextcloud、portainer、remote-webview-server;

This commit is contained in:
waxgourd
2025-12-01 19:31:42 +08:00
parent a8ee50416a
commit f04000c5c1
7 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
## 2.49.0 (29-11-2025)
- 从filebrowser/filebrowser更新到最新版本 (更新日志 : https://github.com/filebrowser/filebrowser/releases)
## 2.48.2 (22-11-2025) ## 2.48.2 (22-11-2025)
- 从filebrowser/filebrowser更新到最新版本更改日志https://github.com/filebrowser/filebrowser/releases) - 从filebrowser/filebrowser更新到最新版本更改日志https://github.com/filebrowser/filebrowser/releases)
- Home Assistant项目已经弃用了对armv7、armhf和i386架构的支持。在即将发布的家庭助理2025.12版本中,将完全放弃支持 - Home Assistant项目已经弃用了对armv7、armhf和i386架构的支持。在即将发布的家庭助理2025.12版本中,将完全放弃支持

View File

@@ -123,5 +123,5 @@ schema:
slug: filebrowser slug: filebrowser
udev: true udev: true
url: https://gitcode.com/waxgourd/addons url: https://gitcode.com/waxgourd/addons
version: "2.48.2" version: "2.49.0"
boot: manual boot: manual

View File

@@ -1,3 +1,5 @@
## 32.0.2-2 (25-11-2025)
- 已修复小bug
## 32.0.2 (25-11-2025) ## 32.0.2 (25-11-2025)
- 升级到linuxserver/docker-nextcloud最新版本 (changelog : https://github.com/linuxserver/docker-nextcloud/releases) - 升级到linuxserver/docker-nextcloud最新版本 (changelog : https://github.com/linuxserver/docker-nextcloud/releases)
- 除了config.yaml之外还增加了通过`env_vars`插件选项配置额外环境变量的支持。详情请参阅https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2。 - 除了config.yaml之外还增加了通过`env_vars`插件选项配置额外环境变量的支持。详情请参阅https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2。

View File

@@ -151,6 +151,6 @@ slug: nextcloud_ocr
uart: true uart: true
udev: true udev: true
url: https://gitcode.com/waxgourd/addons url: https://gitcode.com/waxgourd/addons
version: "32.0.2" version: "32.0.2-2"
webui: https://[HOST]:[PORT:443] webui: https://[HOST]:[PORT:443]
boot: manual boot: manual

View File

@@ -1,3 +1,5 @@
## 2.36.0 (01-12-2025)
- 从portainer/portainer更新到最新版本 (更改日志 : https://github.com/portainer/portainer/releases)
## 2.33.4 (25-11-2025) ## 2.33.4 (25-11-2025)
- 从portainer/portainer更新到最新版本更改日志https://github.com/portainer/portainer/releases) - 从portainer/portainer更新到最新版本更改日志https://github.com/portainer/portainer/releases)
- Home Assistant项目已经弃用了对armv7、armhf和i386架构的支持。在即将发布的家庭助理2025.12版本中,将完全放弃支持 - Home Assistant项目已经弃用了对armv7、armhf和i386架构的支持。在即将发布的家庭助理2025.12版本中,将完全放弃支持

View File

@@ -43,5 +43,5 @@ schema:
slug: portainer slug: portainer
udev: true udev: true
url: https://gitcode.com/waxgourd/addons url: https://gitcode.com/waxgourd/addons
version: "2.33.4" version: "2.36.0"
boot: manual boot: manual

View File

@@ -28,7 +28,7 @@ options:
max_bytes_per_message: 61440 max_bytes_per_message: 61440
ws_port: 8081 ws_port: 8081
debug_port: 9221 debug_port: 9221
expose_debug_proxy: false expose_debug_proxy: true
debug_proxy_port: 9222 debug_proxy_port: 9222
health_port: 18080 health_port: 18080
prefers_reduced_motion: false prefers_reduced_motion: false