Updater bot : nextcloud updated to 32.0.1

This commit is contained in:
alexbelgium
2025-10-25 01:58:36 +02:00
parent 174d7488de
commit cc5005c094
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 32.0.1 (25-10-2025)
- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases)
## 32.0.0 (04-10-2025)
- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases)

View File

@@ -148,5 +148,5 @@ slug: nextcloud_ocr
uart: true
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud
version: 32.0.0
version: "32.0.1"
webui: https://[HOST]:[PORT:443]

View File

@@ -1,8 +1,8 @@
{
"last_update": "04-10-2025",
"last_update": "25-10-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "nextcloud",
"source": "github",
"upstream_repo": "linuxserver/docker-nextcloud",
"upstream_version": "32.0.0"
"upstream_version": "32.0.1"
}