From cfe74ccc445b17979bac0e6ef30e9f8797f98a4c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Wed, 16 Feb 2022 07:15:52 +0100 Subject: [PATCH] Updater bot : nextcloud updated to 23.0.2 --- nextcloud/CHANGELOG.md | 3 +++ nextcloud/Dockerfile | 2 +- nextcloud/config.json | 25 +++++++++++++++++++------ 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 90d6f7cfc..a5f390889 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 23.0.2 (16-02-2022) +- Update to latest version from linuxserver/docker-nextcloud - Automatic mount of local and smb mounts (see readme) - New "Data directory" option that allows to define the folder where data are stored - Provides MariaDB addon information to use it as database on first installation diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index b313914c4..c1e8cede5 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -17,7 +17,7 @@ ARG BUILD_FROM ARG BUILD_VERSION ARG BUILD_ARCH -ARG BUILD_UPSTREAM="23.0.0" +ARG BUILD_UPSTREAM="23.0.2" FROM ${BUILD_FROM} ################## diff --git a/nextcloud/config.json b/nextcloud/config.json index 5c64626f8..08e4ca526 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -1,8 +1,8 @@ { "name": "Nextcloud", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "23.0.0-11", - "upstream": "23.0.0", + "version": "23.0.2", + "upstream": "23.0.2", "slug": "nextcloud_ocr", "devices": [ "/dev/sda", @@ -36,15 +36,26 @@ "/dev/nvme1", "/dev/nvme2" ], - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "ingress": false, "hassio_api": true, "ingress_port": 0, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "description": "Nextcloud for Home Assistant", "boot": "manual", "uart": true, - "map": ["share:rw", "media:rw", "ssl:rw"], + "map": [ + "share:rw", + "media:rw", + "ssl:rw" + ], "ports": { "443/tcp": 8099, "80/tcp": null @@ -65,7 +76,9 @@ "Full_Text_Search": false, "elasticsearch_server": "" }, - "services": ["mysql:want"], + "services": [ + "mysql:want" + ], "schema": { "PUID": "int", "PGID": "int",