Updater bot : nextcloud updated to 35.0.1 (upstream 35.0.1)

This commit is contained in:
alexbelgium
2026-09-26 01:29:49 +02:00
parent f8d04bc4a6
commit cfcda3c52b
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 35.0.1 (2026-09-26)
- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases)
- Local disks: `localdisks` can now mount a single folder of a disk with `disk/folder` (e.g. `sda1/public` or `NAS/public`, mounted at `/mnt/<disk>/<folder>`). Existing values are unchanged.
## 35.0.0 (2026-09-19)

View File

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

View File

@@ -1,8 +1,8 @@
{
"last_update": "2026-09-19",
"last_update": "2026-09-26",
"repository": "alexbelgium/hassio-addons",
"slug": "nextcloud",
"source": "github",
"upstream_repo": "linuxserver/docker-nextcloud",
"upstream_version": "35.0.0"
"upstream_version": "35.0.1"
}