Update to 22.2.2

This commit is contained in:
alexbelgium
2021-11-13 01:57:41 +01:00
parent eb45fc8493
commit c332cde337
3 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## 22.2.2 (13-11-2021)
- Update to latest version from linuxserver/docker-nextcloud
- Repaired use own certs - Repaired use own certs
- Repaired increment of trusted domains - Repaired increment of trusted domains
- Repaired setting OCR language - Repaired setting OCR language

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="22.2.0" ARG BUILD_UPSTREAM="22.2.2"
FROM ${BUILD_FROM} FROM ${BUILD_FROM}

View File

@@ -1,17 +1,25 @@
{ {
"name": "Nextcloud", "name": "Nextcloud",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "22.2.0-8", "version": "22.2.2",
"upstream": "22.2.0", "upstream": "22.2.2",
"slug": "nextcloud_ocr", "slug": "nextcloud_ocr",
"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