mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +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)
|
- 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
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user