Browse Source

Update nextcloud to 28.0.1 (#938)

main
smolgrrr 12 months ago
committed by GitHub
parent
commit
d758d5cebd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      nextcloud/docker-compose.yml
  2. 2
      nextcloud/hooks/pre-start
  3. 4
      nextcloud/umbrel-app.yml

4
nextcloud/docker-compose.yml

@ -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"

2
nextcloud/hooks/pre-start

@ -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" )

4
nextcloud/umbrel-app.yml

@ -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…
Cancel
Save