mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-05 11:24:53 +01:00
Update to 23.0.0
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
## 23.0.0 (30-11-2021)
|
||||||
|
- Update to latest version from linuxserver/docker-nextcloud
|
||||||
|
|
||||||
## 22.2.3 (16-11-2021)
|
## 22.2.3 (16-11-2021)
|
||||||
- Update to latest version from linuxserver/docker-nextcloud
|
- Update to latest version from linuxserver/docker-nextcloud
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="22.2.3"
|
ARG BUILD_UPSTREAM="23.0.0"
|
||||||
|
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
|||||||
@@ -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.3-3",
|
"version": "23.0.0",
|
||||||
"upstream": "22.2.3",
|
"upstream": "23.0.0",
|
||||||
"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
|
||||||
|
|||||||
Reference in New Issue
Block a user