mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update nextcloud to 28.0.1 (#938)
This commit is contained in:
parent
c502a47a43
commit
d758d5cebd
|
@ -28,7 +28,7 @@ services:
|
|||
- "${APP_DATA_DIR}/data/redis:/data"
|
||||
|
||||
web:
|
||||
image: nextcloud:28.0.0-apache@sha256:0d3dcb01cfff7775873a4f50768c3561c956bfeab9be59647754d9c1fe88b14c
|
||||
image: nextcloud:28.0.1-apache@sha256:3402475a002c3f8c6ebce0012a4ceea35ffd25d25c1ee8423f86e0cc199555c1
|
||||
# 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:28.0.0-apache@sha256:0d3dcb01cfff7775873a4f50768c3561c956bfeab9be59647754d9c1fe88b14c
|
||||
image: nextcloud:28.0.1-apache@sha256:3402475a002c3f8c6ebce0012a4ceea35ffd25d25c1ee8423f86e0cc199555c1
|
||||
# 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"
|
||||
|
|
|
@ -18,7 +18,7 @@ VERSIONS+=( "24.0.7.1" )
|
|||
VERSIONS+=( "25.0.1.1" )
|
||||
VERSIONS+=( "26.0.9.1" )
|
||||
VERSIONS+=( "27.0.2.1" )
|
||||
VERSIONS+=( "28.0.0" )
|
||||
VERSIONS+=( "28.0.0.11" )
|
||||
|
||||
IMAGES=()
|
||||
IMAGES+=( "nextcloud:22.1.1-apache@sha256:99d94124b2024c9f7f38dc12144a92bc0d68d110bcfd374169ebb7e8df0adf8e" )
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
|||
id: nextcloud
|
||||
category: files
|
||||
name: Nextcloud
|
||||
version: "28.0.0"
|
||||
version: "28.0.1"
|
||||
tagline: Productivity platform that keeps you in control
|
||||
description: >-
|
||||
Nextcloud puts your data at your fingertips, under your control.
|
||||
|
@ -25,7 +25,7 @@ description: >-
|
|||
|
||||
Note: After logging in to Nextcloud please change the password to something secure before sharing the address with anyone.
|
||||
releaseNotes: >-
|
||||
🚨 This is a major update of the Nextcloud app on Umbrel! It may take several minutes to install the update, so please be patient and don't restart your Umbrel during this process.
|
||||
This patch update takes Nextcloud from version 28.0.0 to 28.0.1 and includes many fixes.
|
||||
|
||||
|
||||
Full release details for all Nextcloud versions can be found at https://nextcloud.com/changelog/
|
||||
|
|
Loading…
Reference in New Issue
Block a user