From 4d5a2e708cb1aaf66911b266d6af59098c133a9d Mon Sep 17 00:00:00 2001 From: waxgourd Date: Sat, 19 Apr 2025 17:18:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BA=86emby=E3=80=81filebro?= =?UTF-8?q?wser=E3=80=81nextcloud=E3=80=81portainer;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emby/CHANGELOG.md | 2 ++ emby/config.json | 5 ++--- filebrowser/config.json | 18 +++++++++++++++++- nextcloud/CHANGELOG.md | 2 ++ nextcloud/config.json | 3 ++- portainer/CHANGELOG.md | 2 ++ portainer/config.json | 2 +- 7 files changed, 28 insertions(+), 6 deletions(-) diff --git a/emby/CHANGELOG.md b/emby/CHANGELOG.md index 126a4b3..6dbec15 100644 --- a/emby/CHANGELOG.md +++ b/emby/CHANGELOG.md @@ -1,3 +1,5 @@ +## 4.9.0.48 (19-04-2025) +- 从linuxserver/docker-emby更新到最新版本 (日志: https://github.com/linuxserver/docker-emby/releases) ## 4.9.0.43-3 (09-04-2025) - 修复了小错误 ## 4.9.0.43 (09-04-2025) diff --git a/emby/config.json b/emby/config.json index 49c30bd..17887bc 100644 --- a/emby/config.json +++ b/emby/config.json @@ -6,8 +6,7 @@ "backup_exclude": [ "*/cache/", "*/transcoding-temp/", - "*/logs/*", - "*/metadata/" + "*/logs/*" ], "codenotary": "wghaos@163.com", "description": "一款开源的媒体管理平台,让您更轻松的管理和操作流媒体", @@ -125,7 +124,7 @@ "slug": "emby_nas", "udev": true, "url": "https://gitcode.com/waxgourd/addons", - "version": "4.9.0.43-3", + "version": "4.9.0.48", "video": true, "boot": "manual" } diff --git a/filebrowser/config.json b/filebrowser/config.json index 790e274..16399ee 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -27,8 +27,19 @@ "/dev/sdf", "/dev/sdg", "/dev/nvme", + "/dev/nvme0", + "/dev/nvme0n1", "/dev/nvme0n1p1", "/dev/nvme0n1p2", + "/dev/nvme0n1p3", + "/dev/nvme1n1", + "/dev/nvme1n1p1", + "/dev/nvme1n1p2", + "/dev/nvme1n1p3", + "/dev/nvme2n1", + "/dev/nvme2n1p1", + "/dev/nvme2n1p2", + "/dev/nvme2n3p3", "/dev/mmcblk", "/dev/fuse", "/dev/sda1", @@ -55,7 +66,11 @@ "/dev/sda8", "/dev/nvme0", "/dev/nvme1", - "/dev/nvme2" + "/dev/nvme2", + "/dev/md0", + "/dev/md1", + "/dev/md2", + "/dev/md3" ], "environment": { "FB_BASEURL": "/filebrowser", @@ -83,6 +98,7 @@ "keyfile": "privkey.pem", "ssl": false }, + "panel_admin": false, "panel_icon": "mdi:file-search", "ports": { "8080/tcp": null diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 85985f5..5d7f936 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,5 @@ +## 31.0.4 (19-04-2025) +- 升级到linuxserver/docker-nextcloud最新版本 (日志 : https://github.com/linuxserver/docker-nextcloud/releases) ## 31.0.2-2 (01-04-2025) - 修复权限检查 ## 31.0.0 (01-03-2025) diff --git a/nextcloud/config.json b/nextcloud/config.json index d390157..c8e0655 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -148,6 +148,7 @@ "keyfile": "str", "localdisks": "str?", "networkdisks": "str?", + "skip_permissions_check": "bool?", "trusted_domains": "str?", "use_own_certs": "bool" }, @@ -158,7 +159,7 @@ "uart": true, "udev": true, "url": "https://gitcode.com/waxgourd/addons", - "version": "31.0.2-2", + "version": "31.0.4", "webui": "https://[HOST]:[PORT:443]", "boot": "manual" } diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index 18995b5..2abbfb8 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,3 +1,5 @@ +### 2.29.0 (19-04-2025) +- 从portainer/portainer更新到最新版本 (更改日志:https://github.com/portainer/portainer/releases) ### 2.28.1 (22-03-2025) - 已知问题 1. Podman支持的已知问题 diff --git a/portainer/config.json b/portainer/config.json index c0cd2ed..8e6d2af 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -47,5 +47,5 @@ "slug": "portainer", "udev": true, "url": "https://gitcode.com/waxgourd/addons", - "version": "2.28.1" + "version": "2.29.0" }