smolgrrr
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
16 deletions
-
nextcloud/docker-compose.yml
-
nextcloud/umbrel-app.yml
|
|
@ -28,7 +28,7 @@ services: |
|
|
|
- "${APP_DATA_DIR}/data/redis:/data" |
|
|
|
|
|
|
|
web: |
|
|
|
image: nextcloud:28.0.2-apache@sha256:0d231d59967d997141be8016c41df5e05f03137abbf741a8f0be2c0a8af80cf6 |
|
|
|
image: nextcloud:28.0.3-apache@sha256:ed07f89119dcca2a3711897c48a8ac969542d96d69384445d8fcdc7804ca946f |
|
|
|
# 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.2-apache@sha256:0d231d59967d997141be8016c41df5e05f03137abbf741a8f0be2c0a8af80cf6 |
|
|
|
image: nextcloud:28.0.3-apache@sha256:ed07f89119dcca2a3711897c48a8ac969542d96d69384445d8fcdc7804ca946f |
|
|
|
# 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,7 +2,7 @@ manifestVersion: 1.1 |
|
|
|
id: nextcloud |
|
|
|
category: files |
|
|
|
name: Nextcloud |
|
|
|
version: "28.0.2" |
|
|
|
version: "28.0.3" |
|
|
|
tagline: Productivity platform that keeps you in control |
|
|
|
description: >- |
|
|
|
Nextcloud puts your data at your fingertips, under your control. |
|
|
@ -25,19 +25,7 @@ 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.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... |
|
|
|
|
|
|
|
This patch update takes Nextcloud from version 28.0.2 to 28.0.3 and is a minor update that includes many changes/fixes. |
|
|
|
|
|
|
|
Full release details for all Nextcloud versions can be found at https://nextcloud.com/changelog/ |
|
|
|
developer: Nextcloud GmbH |
|
|
|