mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-10 00:20:00 +02:00
Update to 22.2.0
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 22.2.0 (02-10-2021)
|
||||||
|
- Update to latest version from linuxserver/docker-nextcloud
|
||||||
- Faster reboot by only chowning files if user change
|
- Faster reboot by only chowning files if user change
|
||||||
- BREAKING CHANGE : comma separated domains instead of list
|
- BREAKING CHANGE : comma separated domains instead of list
|
||||||
- Allow usage of own certificates
|
- Allow usage of own certificates
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="22.1.1"
|
ARG BUILD_UPSTREAM="22.2.0"
|
||||||
|
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "Nextcloud OCR",
|
"name": "Nextcloud OCR",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "22.1.1-6",
|
"version": "22.2.0",
|
||||||
"upstream": "22.1.1",
|
"upstream": "22.2.0",
|
||||||
"slug": "nextcloud_ocr",
|
"slug": "nextcloud_ocr",
|
||||||
"ingress": false,
|
"ingress": false,
|
||||||
"ingress_port": 0,
|
"ingress_port": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user