mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update nextcloud to version v29.0.7 (#1501)
This commit is contained in:
parent
75410c3364
commit
f9f72605a2
|
@ -28,7 +28,7 @@ services:
|
|||
- "${APP_DATA_DIR}/data/redis:/data"
|
||||
|
||||
web:
|
||||
image: nextcloud:29.0.6-apache@sha256:c437d628c117e0508e45c6d1d89f5fba236c092ade7d0cc28d629d581bea161c
|
||||
image: nextcloud:29.0.7-apache@sha256:3bcd2afa9d02fccc52251712bee1afc4f5891beaf353af47881b7662cd1308f7
|
||||
# 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"
|
||||
|
@ -51,7 +51,7 @@ services:
|
|||
- redis
|
||||
|
||||
cron:
|
||||
image: nextcloud:29.0.6-apache@sha256:c437d628c117e0508e45c6d1d89f5fba236c092ade7d0cc28d629d581bea161c
|
||||
image: nextcloud:29.0.7-apache@sha256:3bcd2afa9d02fccc52251712bee1afc4f5891beaf353af47881b7662cd1308f7
|
||||
# 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"
|
||||
|
|
|
@ -21,7 +21,7 @@ VERSIONS+=( "25.0.1.1" )
|
|||
VERSIONS+=( "26.0.9.1" )
|
||||
VERSIONS+=( "27.0.2.1" )
|
||||
VERSIONS+=( "28.0.3.2" )
|
||||
VERSIONS+=( "29.0.6.1" )
|
||||
VERSIONS+=( "29.0.7.1" )
|
||||
|
||||
|
||||
IMAGES=()
|
||||
|
@ -33,7 +33,7 @@ IMAGES+=( "nextcloud:25.0.1-apache@sha256:a200319b132c01ec3486e0dcaf052092b560ec
|
|||
IMAGES+=( "nextcloud:26.0.9-apache@sha256:23180fbe8169d428ce0058bfc8d47793628a16e00e40b495d82e4504a124b3fa" )
|
||||
IMAGES+=( "nextcloud:27.0.2-apache@sha256:3c8040278bdc991cbc025278eaffc4978a9c2fd4ac34e95b10f646dcadb7c3fb" )
|
||||
IMAGES+=( "nextcloud:28.0.3-apache@sha256:ed07f89119dcca2a3711897c48a8ac969542d96d69384445d8fcdc7804ca946f" )
|
||||
IMAGES+=( "nextcloud:29.0.6-apache@sha256:c437d628c117e0508e45c6d1d89f5fba236c092ade7d0cc28d629d581bea161c" )
|
||||
IMAGES+=( "nextcloud:29.0.7-apache@sha256:3bcd2afa9d02fccc52251712bee1afc4f5891beaf353af47881b7662cd1308f7" )
|
||||
|
||||
find_index() {
|
||||
local -r value="${1}"
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
|||
id: nextcloud
|
||||
category: files
|
||||
name: Nextcloud
|
||||
version: "29.0.6"
|
||||
version: "29.0.7"
|
||||
tagline: Productivity platform that keeps you in control
|
||||
description: >-
|
||||
Nextcloud puts your data at your fingertips, under your control.
|
||||
|
@ -25,16 +25,7 @@ description: >-
|
|||
|
||||
Note: After logging in to Nextcloud please change the password to something secure before sharing the address with anyone.
|
||||
releaseNotes: >-
|
||||
⚠️ This update may take several minutes to complete. Please be patient.
|
||||
|
||||
|
||||
Key highlights:
|
||||
- Enhanced performance and stability
|
||||
- Improved file sharing and collaboration features
|
||||
- Various security enhancements
|
||||
- Fixed issues with user status automation
|
||||
- Optimized query for share ownership
|
||||
- Improved UI elements for group managers
|
||||
This is a small bugfix release.
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/nextcloud/server/releases
|
||||
|
|
Loading…
Reference in New Issue
Block a user