Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update seafile to version 11.0.12 #1403

Merged
merged 2 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion seafile/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in seafile/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "db"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

Check notice on line 1 in seafile/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "memcached"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

Check notice on line 1 in seafile/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "seafile"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -22,7 +22,7 @@
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
Expand Down
13 changes: 3 additions & 10 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.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.
Expand All @@ -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
Expand Down