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)
- 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

View File

@@ -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}
##################

View File

@@ -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": "<ip:port>"
},
"services": ["mysql:want"],
"services": [
"mysql:want"
],
"schema": {
"PUID": "int",
"PGID": "int",