mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Updater bot : nextcloud updated to 27.0.0
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 27.0.0 (17-06-2023)
|
||||||
|
- Update to latest version from linuxserver/docker-nextcloud
|
||||||
- Automatically attempts to disable maintenance mode on start
|
- Automatically attempts to disable maintenance mode on start
|
||||||
|
|
||||||
## 26.0.2 (27-05-2023)
|
## 26.0.2 (27-05-2023)
|
||||||
|
|||||||
@@ -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="26.0.2"
|
ARG BUILD_UPSTREAM="27.0.0"
|
||||||
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
|||||||
@@ -125,6 +125,6 @@
|
|||||||
"slug": "nextcloud_ocr",
|
"slug": "nextcloud_ocr",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
||||||
"version": "26.0.2",
|
"version": "27.0.0",
|
||||||
"webui": "https://[HOST]:[PORT:443]"
|
"webui": "https://[HOST]:[PORT:443]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"last_update": "27-05-2023",
|
"last_update": "17-06-2023",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "nextcloud",
|
"slug": "nextcloud",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "linuxserver/docker-nextcloud",
|
"upstream_repo": "linuxserver/docker-nextcloud",
|
||||||
"upstream_version": "26.0.2"
|
"upstream_version": "27.0.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user