diff --git a/owncloud/docker-compose.yml b/owncloud/docker-compose.yml index 7090f406..c58aafba 100644 --- a/owncloud/docker-compose.yml +++ b/owncloud/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" server: - image: owncloud/server:10.15.3@sha256:ce545e72b13f0c3c19fd083aed1ec12facd91ee87993397fd883e853830dc7e9 + image: owncloud/server:10.16.0@sha256:62c93574d2bd0f98d17ac1a541f703653822e4572a628dcf993a8e65b2400e97 # Does not work rootless #user: "1000:1000" restart: on-failure diff --git a/owncloud/umbrel-app.yml b/owncloud/umbrel-app.yml index 72376892..08399c0c 100644 --- a/owncloud/umbrel-app.yml +++ b/owncloud/umbrel-app.yml @@ -3,7 +3,7 @@ id: owncloud name: ownCloud tagline: A smart cloud for your files category: files -version: "10.15.3" +version: "10.16.0" port: 8666 description: >- ☁️ ownCloud is a comprehensive software application designed to provide users with a personal cloud storage solution that combines file management, collaboration, and organizational tools in one platform. It allows users to upload, store, and organize their files in a secure, centralized environment, making it easy to keep track of documents, photos, videos, and other types of data. With OwnCloud, files can be synchronized seamlessly across multiple devices such as computers, smartphones, and tablets, ensuring that users always have access to the most up-to-date versions no matter where they are or what device they are using. @@ -30,7 +30,17 @@ gallery: - 2.jpg - 3.jpg - 4.jpg -releaseNotes: "" +releaseNotes: >- + This release includes security improvements and several enhancements: + - Enhanced security for remote service resolution + - Password policy hints now displayed in share dialog + - Better search experience for Chinese and Japanese text + - Improved handling of unavailable shares + - Admin-only user group management for better security + - Disabled phar stream wrapper by default for enhanced security + + + Full release notes can be found at https://doc.owncloud.com/server_release_notes.html dependencies: [] path: "" defaultUsername: "admin"