From 83f557663793f9edd63de2039b11c4d55a0da89a Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 26 Aug 2024 13:02:45 +1000 Subject: [PATCH 1/2] Update seafile to 11.0.12 --- seafile/docker-compose.yml | 2 +- seafile/umbrel-app.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/seafile/docker-compose.yml b/seafile/docker-compose.yml index 935126ffac..27a5a2fd30 100644 --- a/seafile/docker-compose.yml +++ b/seafile/docker-compose.yml @@ -22,7 +22,7 @@ services: entrypoint: memcached -m 256 seafile: - image: seafileltd/seafile-mc:11.0.11@sha256:50c1ae8c5e30e318701df02d33b1a5bb874b26ab6c77803e2f500573c3610654 + image: seafileltd/seafile-mc:11.0.12@sha256:d0c66e4621bd418b13dd545090ddb1eb82009db3cfb854f87f78c0b0ed6e5a73 container_name: seafile volumes: - ${APP_DATA_DIR}/data/seafile-data:/shared diff --git a/seafile/umbrel-app.yml b/seafile/umbrel-app.yml index 112aeb77e3..707519de4c 100644 --- a/seafile/umbrel-app.yml +++ b/seafile/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: seafile category: files name: Seafile -version: "11.0.11" +version: "11.0.12" tagline: Reliable and Performant File Sync and Share Solution description: > Seafile is an open source file sync&share solution designed for high reliability, performance and productivity. From eb3d8bc1cb5e19c75d4d978b0535fd389c3977e9 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Tue, 27 Aug 2024 12:51:46 +1000 Subject: [PATCH 2/2] Update release notes --- seafile/umbrel-app.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/seafile/umbrel-app.yml b/seafile/umbrel-app.yml index 707519de4c..5a0d9686a2 100644 --- a/seafile/umbrel-app.yml +++ b/seafile/umbrel-app.yml @@ -24,15 +24,8 @@ description: > Seafile is configured to work out-of-the-box when installed on Umbrel. However, if you want to be able to upload files from a domain name that is not umbrel.local, open the Seafile app, go to System Admin > Settings and change "FILE_SERVER_ROOT" to /seafhttp. releaseNotes: >- - This release includes several improvements and fixes: - - - ⚠️ Important security fix in WebDAV - - User's name is now used in reset password emails instead of internal ID - - Fixed SeaDoc compatibility with go fileserver - - Resolved issue with revoking invited guests - - Fixed key error when using backup code in two-factor authentication - - Improved LDAP user login process - + This release includes updated translations. + Full release notes can be found at https://manual.seafile.com/changelog/server-changelog developer: Seafile