From ec57898c26eb8d0767f75ab4df5cddb111dcfbdd Mon Sep 17 00:00:00 2001 From: waxgourd Date: Mon, 18 Aug 2025 19:17:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BA=86filebrowser=E3=80=81?= =?UTF-8?q?nextcloud=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- filebrowser-wg/CHANGELOG.md | 4 ++-- filebrowser-wg/config.json | 8 +++++--- nextcloud/CHANGELOG.md | 2 ++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/filebrowser-wg/CHANGELOG.md b/filebrowser-wg/CHANGELOG.md index 2059f9b..a8074cd 100644 --- a/filebrowser-wg/CHANGELOG.md +++ b/filebrowser-wg/CHANGELOG.md @@ -1,6 +1,6 @@ -### 2.32.0-1 (26-05-2025) +## 2.42.3 (18-08-2025) -- 回退版本 +- 版本升级 ### 2.32.0 (13-05-2025) diff --git a/filebrowser-wg/config.json b/filebrowser-wg/config.json index 737cda5..37e3976 100644 --- a/filebrowser-wg/config.json +++ b/filebrowser-wg/config.json @@ -77,8 +77,10 @@ "PGID": "0", "PUID": "0" }, - "image": "r.hassbus.com/wghaos/addon-wghaos-filebrowser", + "homeassistant": "2025.5.0", + "image": "r.hassbus.com/wghaos/addon-wghaos-filebrowser-{arch}", "ingress": true, + "ingress_port": 8071, "ingress_stream": true, "map": [ "addon_config:rw", @@ -101,7 +103,7 @@ "panel_admin": false, "panel_icon": "mdi:file-search", "ports": { - "8080/tcp": null + "8080/tcp": 8071 }, "ports_description": { "8080/tcp": "Web UI port" @@ -125,7 +127,7 @@ }, "slug": "filebrowser-wg", "url": "https://gitcode.com/waxgourd/addons", - "version": "2.32.0-1", + "version": "2.42.3", "udev": true, "boot": "manual" } diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 6aeff91..40da7f1 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,5 @@ +## 31.0.8 (18-08-2025) +- 升级到linuxserver/docker-nextcloud最新版本 (changelog : https://github.com/linuxserver/docker-nextcloud/releases) ## 31.0.7 (29-07-2025) - 升级到linuxserver/docker-nextcloud最新版本 (changelog : https://github.com/linuxserver/docker-nextcloud/releases) ## 31.0.6-2 (11-07-2025)