Skip to content

Commit

Permalink
Update seafile to 11.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Aug 12, 2024
1 parent 0a2ebe1 commit 0d2005c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions seafile/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
entrypoint: memcached -m 256

seafile:
image: seafileltd/seafile-mc:11.0.9@sha256:889b4cd1787f4f31f3eccb99922a83de69f74a48a862384bf13887649fd6455d
image: seafileltd/seafile-mc:11.0.11@sha256:50c1ae8c5e30e318701df02d33b1a5bb874b26ab6c77803e2f500573c3610654
container_name: seafile
volumes:
- ${APP_DATA_DIR}/data/seafile-data:/shared
Expand All @@ -35,4 +35,4 @@ services:
- SEAFILE_SERVER_HOSTNAME=${DEVICE_DOMAIN_NAME}:8920
depends_on:
- db
- memcached
- memcached
23 changes: 11 additions & 12 deletions seafile/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: seafile
category: files
name: Seafile
version: "11.0.9"
version: "11.0.11"
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.
Expand All @@ -24,18 +24,17 @@ 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 is a patch release with the following general changes:
This release includes several improvements and fixes:
- 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
- ⚠️ Important security fix in WebDAV
- Accessibility improvements
- Support for open ODG files with LibreOffice (Collabora Online)
- Support fpr showing last modified time for folders in WebDAV
- Fixed "remember me" in 2FA
Full release notes can be found at https://manual.seafile.com/changelog/server-changelog/#1109-2024-05-30
Full release notes can be found at https://manual.seafile.com/changelog/server-changelog/#11011
developer: Seafile
website: https://www.seafile.com/
dependencies: []
Expand All @@ -51,4 +50,4 @@ torOnly: false
defaultUsername: "umbrel"
deterministicPassword: true
submitter: Pranshu Agrawal
submission: https://github.com/getumbrel/umbrel-apps/pull/281
submission: https://github.com/getumbrel/umbrel-apps/pull/281

0 comments on commit 0d2005c

Please sign in to comment.