Updater bot : nextcloud updated to 23.0.2

This commit is contained in:
alexbelgium
2022-02-16 07:15:52 +01:00
parent e38ff00ff7
commit cfe74ccc44
3 changed files with 23 additions and 7 deletions

View File

@@ -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) - Automatic mount of local and smb mounts (see readme)
- New "Data directory" option that allows to define the folder where data are stored - 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 - Provides MariaDB addon information to use it as database on first installation

View File

@@ -17,7 +17,7 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_ARCH ARG BUILD_ARCH
ARG BUILD_UPSTREAM="23.0.0" ARG BUILD_UPSTREAM="23.0.2"
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
################## ##################

View File

@@ -1,8 +1,8 @@
{ {
"name": "Nextcloud", "name": "Nextcloud",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
"version": "23.0.0-11", "version": "23.0.2",
"upstream": "23.0.0", "upstream": "23.0.2",
"slug": "nextcloud_ocr", "slug": "nextcloud_ocr",
"devices": [ "devices": [
"/dev/sda", "/dev/sda",
@@ -36,15 +36,26 @@
"/dev/nvme1", "/dev/nvme1",
"/dev/nvme2" "/dev/nvme2"
], ],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"ingress": false, "ingress": false,
"hassio_api": true, "hassio_api": true,
"ingress_port": 0, "ingress_port": 0,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"description": "Nextcloud for Home Assistant", "description": "Nextcloud for Home Assistant",
"boot": "manual", "boot": "manual",
"uart": true, "uart": true,
"map": ["share:rw", "media:rw", "ssl:rw"], "map": [
"share:rw",
"media:rw",
"ssl:rw"
],
"ports": { "ports": {
"443/tcp": 8099, "443/tcp": 8099,
"80/tcp": null "80/tcp": null
@@ -65,7 +76,9 @@
"Full_Text_Search": false, "Full_Text_Search": false,
"elasticsearch_server": "<ip:port>" "elasticsearch_server": "<ip:port>"
}, },
"services": ["mysql:want"], "services": [
"mysql:want"
],
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",