mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update nextcloud to version v30.0.4 (#1997)
This commit is contained in:
parent
13b9dcd3a0
commit
559eba58eb
@ -28,7 +28,7 @@ services:
|
||||
- "${APP_DATA_DIR}/data/redis:/data"
|
||||
|
||||
web:
|
||||
image: nextcloud:30.0.0-apache@sha256:6613a36792a7e392fc532d5b75e3b018ea5fcea034002083e1c7a182d07eae99
|
||||
image: nextcloud:30.0.4-apache@sha256:6bba95a59b3bcc95b81c93b8fc5299ad2ea8d83692e6cf289650c132f7151209
|
||||
# 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:30.0.0-apache@sha256:6613a36792a7e392fc532d5b75e3b018ea5fcea034002083e1c7a182d07eae99
|
||||
image: nextcloud:30.0.4-apache@sha256:6bba95a59b3bcc95b81c93b8fc5299ad2ea8d83692e6cf289650c132f7151209
|
||||
# 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"
|
||||
|
@ -31,7 +31,7 @@ IMAGES+=( "nextcloud:26.0.9-apache@sha256:23180fbe8169d428ce0058bfc8d47793628a16
|
||||
IMAGES+=( "nextcloud:27.0.2-apache@sha256:3c8040278bdc991cbc025278eaffc4978a9c2fd4ac34e95b10f646dcadb7c3fb" )
|
||||
IMAGES+=( "nextcloud:28.0.3-apache@sha256:ed07f89119dcca2a3711897c48a8ac969542d96d69384445d8fcdc7804ca946f" )
|
||||
IMAGES+=( "nextcloud:29.0.7-apache@sha256:3bcd2afa9d02fccc52251712bee1afc4f5891beaf353af47881b7662cd1308f7" )
|
||||
IMAGES+=( "nextcloud:30.0.0-apache@sha256:6613a36792a7e392fc532d5b75e3b018ea5fcea034002083e1c7a182d07eae99" )
|
||||
IMAGES+=( "nextcloud:30.0.4-apache@sha256:6bba95a59b3bcc95b81c93b8fc5299ad2ea8d83692e6cf289650c132f7151209" )
|
||||
|
||||
find_index() {
|
||||
local -r value="${1}"
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: nextcloud
|
||||
category: files
|
||||
name: Nextcloud
|
||||
version: "30.0.0"
|
||||
version: "30.0.4"
|
||||
tagline: Productivity platform that keeps you in control
|
||||
description: >-
|
||||
Nextcloud puts your data at your fingertips, under your control.
|
||||
@ -25,16 +25,13 @@ description: >-
|
||||
|
||||
Note: After logging in to Nextcloud please change the password to something secure before sharing the address with anyone.
|
||||
releaseNotes: >-
|
||||
Nextcloud version 30 introduces a range of new features, improvements, and enhancements across various apps and core functionalities. Key updates include:
|
||||
- File management improvements
|
||||
- Sharing and collaboration enhancements
|
||||
- User management and security upgrades
|
||||
- Theming and user interface updates
|
||||
- Calendar and contacts enhancements
|
||||
- Developer tools and API improvements
|
||||
- Performance and security enhancements
|
||||
- Photos app improvements
|
||||
- Text app enhancements
|
||||
This release includes various improvements and bug fixes:
|
||||
- Fixed app store update and removal functionality
|
||||
- Improved email notifications for link share uploads
|
||||
- Fixed issues with link share requests
|
||||
- Enhanced sharing functionality and password handling
|
||||
- Various performance and stability improvements
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/nextcloud/server/releases
|
||||
developer: Nextcloud GmbH
|
||||
|
Loading…
Reference in New Issue
Block a user