Browse Source

Update seafile to version 11.0.13 (#1765)

main
Nathan Fretz 2 months ago
committed by GitHub
parent
commit
c617d5ac02
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      seafile/docker-compose.yml
  2. 12
      seafile/umbrel-app.yml

2
seafile/docker-compose.yml

@ -22,7 +22,7 @@ services:
entrypoint: memcached -m 256 entrypoint: memcached -m 256
seafile: seafile:
image: seafileltd/seafile-mc:11.0.12@sha256:d0c66e4621bd418b13dd545090ddb1eb82009db3cfb854f87f78c0b0ed6e5a73 image: seafileltd/seafile-mc:11.0.13@sha256:1239b087aa4bdf1b60a3802e80855f230736ac5d5fa3325a40b15d4c598f422c
container_name: seafile container_name: seafile
volumes: volumes:
- ${APP_DATA_DIR}/data/seafile-data:/shared - ${APP_DATA_DIR}/data/seafile-data:/shared

12
seafile/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: seafile id: seafile
category: files category: files
name: Seafile name: Seafile
version: "11.0.12" version: "11.0.13"
tagline: Reliable and Performant File Sync and Share Solution tagline: Reliable and Performant File Sync and Share Solution
description: > description: >
Seafile is an open source file sync&share solution designed for high reliability, performance and productivity. Seafile is an open source file sync&share solution designed for high reliability, performance and productivity.
@ -24,10 +24,16 @@ 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, 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. open the Seafile app, go to System Admin > Settings and change "FILE_SERVER_ROOT" to /seafhttp.
releaseNotes: >- releaseNotes: >-
This release includes updated translations. This release includes several security improvements and fixes:
- Enhanced security for file directory naming
- Improved security for password-protected links
- Added preview support for TIFF images
- Improved email validation in login form
- Enhanced user experience with names instead of IDs in emails
- Improved sharing functionality for system administrators
Full release notes can be found at https://manual.seafile.com/changelog/server-changelog Full release notes can be found at https://manual.seafile.com/latest/changelog/server-changelog/
developer: Seafile developer: Seafile
website: https://www.seafile.com/ website: https://www.seafile.com/
dependencies: [] dependencies: []

Loading…
Cancel
Save