Updater bot : nextcloud updated to 32.0.2

This commit is contained in:
alexbelgium
2025-11-22 01:58:34 +01:00
parent 4e64412370
commit bacb2045ef
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 32.0.2 (22-11-2025)
- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
## "32.0.1" (25-10-2025)

View File

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

View File

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