Browse Source

Update nextcloud to 28.0.2 (#957)

main
smolgrrr 1 year ago
committed by GitHub
parent
commit
c0a9d722eb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      nextcloud/docker-compose.yml
  2. 15
      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.1-apache@sha256:3402475a002c3f8c6ebce0012a4ceea35ffd25d25c1ee8423f86e0cc199555c1
image: nextcloud:28.0.2-apache@sha256:0d231d59967d997141be8016c41df5e05f03137abbf741a8f0be2c0a8af80cf6
# 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.1-apache@sha256:3402475a002c3f8c6ebce0012a4ceea35ffd25d25c1ee8423f86e0cc199555c1
image: nextcloud:28.0.2-apache@sha256:0d231d59967d997141be8016c41df5e05f03137abbf741a8f0be2c0a8af80cf6
# 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"

15
nextcloud/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: nextcloud
category: files
name: Nextcloud
version: "28.0.1"
version: "28.0.2"
tagline: Productivity platform that keeps you in control
description: >-
Nextcloud puts your data at your fingertips, under your control.
@ -25,7 +25,18 @@ description: >-
Note: After logging in to Nextcloud please change the password to something secure before sharing the address with anyone.
releaseNotes: >-
This patch update takes Nextcloud from version 28.0.0 to 28.0.1 and includes many fixes.
This patch update takes Nextcloud from version 28.0.1 to 28.0.2 and includes the following changes/fixes:
- Replace input field with password field and added password error message
- Refactor UI for session and app token management
- Backport unified search improvements / Rename “global search” to “unified search”
- Add OpenAPI scopes
- and many more...
Full release details for all Nextcloud versions can be found at https://nextcloud.com/changelog/

Loading…
Cancel
Save