mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Updater bot : nextcloud updated to 23.0.2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
##################
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user