mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update nextcloud to version v31.0.1 (#2373)
This commit is contained in:
parent
a94b484d79
commit
18355958ab
@ -35,7 +35,7 @@ services:
|
||||
- "${APP_DATA_DIR}/data/redis:/data"
|
||||
|
||||
web:
|
||||
image: nextcloud:31.0.0-apache@sha256:32c9403b1b770141850ed999a3a0f20c8ff416d487278e531ae5d594e23d55d2
|
||||
image: nextcloud:31.0.1-apache@sha256:0787cc482ba7ac6887d04740151331cffec95a9a9496fd644a05f8080d83ebef
|
||||
# Currently needs to be run as root, if we run as uid 1000 this fails
|
||||
# https://github.com/nextcloud/docker/blob/05026b029d37fc5cd488d4a4a2a79480e39841ba/21.0/apache/entrypoint.sh#L53-L77
|
||||
# user: "1000:1000"
|
||||
@ -60,7 +60,7 @@ services:
|
||||
condition: service_started
|
||||
|
||||
cron:
|
||||
image: nextcloud:31.0.0-apache@sha256:32c9403b1b770141850ed999a3a0f20c8ff416d487278e531ae5d594e23d55d2
|
||||
image: nextcloud:31.0.1-apache@sha256:0787cc482ba7ac6887d04740151331cffec95a9a9496fd644a05f8080d83ebef
|
||||
# Currently needs to be run as root, if we run as uid 1000 this fails
|
||||
# https://github.com/nextcloud/docker/blob/05026b029d37fc5cd488d4a4a2a79480e39841ba/21.0/apache/entrypoint.sh#L53-L77
|
||||
# user: "1000:1000"
|
||||
@ -73,4 +73,3 @@ services:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_started
|
||||
|
||||
|
@ -33,7 +33,7 @@ IMAGES+=( "nextcloud:27.0.2-apache@sha256:3c8040278bdc991cbc025278eaffc4978a9c2f
|
||||
IMAGES+=( "nextcloud:28.0.3-apache@sha256:ed07f89119dcca2a3711897c48a8ac969542d96d69384445d8fcdc7804ca946f" )
|
||||
IMAGES+=( "nextcloud:29.0.7-apache@sha256:3bcd2afa9d02fccc52251712bee1afc4f5891beaf353af47881b7662cd1308f7" )
|
||||
IMAGES+=( "nextcloud:30.0.5-apache@sha256:02441f524c6fab3aadbf7157f6e0484927e231d685b248dc0734fa2941b4445e" )
|
||||
IMAGES+=( "nextcloud:31.0.0-apache@sha256:32c9403b1b770141850ed999a3a0f20c8ff416d487278e531ae5d594e23d55d2" )
|
||||
IMAGES+=( "nextcloud:31.0.1-apache@sha256:0787cc482ba7ac6887d04740151331cffec95a9a9496fd644a05f8080d83ebef" )
|
||||
|
||||
find_index() {
|
||||
local -r value="${1}"
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: nextcloud
|
||||
category: files
|
||||
name: Nextcloud
|
||||
version: "31.0.0"
|
||||
version: "31.0.1"
|
||||
tagline: Productivity platform that keeps you in control
|
||||
description: >-
|
||||
Nextcloud puts your data at your fingertips, under your control.
|
||||
@ -25,15 +25,14 @@ description: >-
|
||||
|
||||
Note: After logging in to Nextcloud please change the password to something secure before sharing the address with anyone.
|
||||
releaseNotes: >-
|
||||
Highlights:
|
||||
- 🔒 End-to-end encryption in calls and web
|
||||
- ⚡ Performance improvements across all our products
|
||||
- ⚙️ Thousands of tweaks for improved UX and stability
|
||||
- ✨ Your own new personal assistant
|
||||
- 🔄 Seamless file conversions
|
||||
- 👥 Smarter team sharing with Team folders
|
||||
- 💬 Schedule meetings directly in Talk
|
||||
- 📧 Mail you love again: translations, summaries, and mentions
|
||||
This update includes various improvements and bug fixes:
|
||||
|
||||
- Performance enhancements across all products
|
||||
- Improved user experience and stability
|
||||
- Fixed issues with file sharing and permissions
|
||||
- Enhanced security for user sessions
|
||||
- Improved handling of external storage
|
||||
- Various UI and translation updates
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/nextcloud/server/releases
|
||||
|
Loading…
Reference in New Issue
Block a user