From 2e030d20c2c39da1ff41652302e3829706237a42 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 12 Jul 2025 01:57:54 +0200 Subject: [PATCH] Updater bot : nextcloud updated to 31.0.7 --- nextcloud/CHANGELOG.md | 3 +++ nextcloud/config.json | 16 ++++++++++++---- nextcloud/updater.json | 4 ++-- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index de32cf3b0..2c1911bf5 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 31.0.7 (12-07-2025) +- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) ## 31.0.6-2 (06-07-2025) - Increase timeout to 600s diff --git a/nextcloud/config.json b/nextcloud/config.json index b404ae2fa..b0ed86ade 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -1,5 +1,8 @@ { - "arch": ["aarch64", "amd64"], + "arch": [ + "aarch64", + "amd64" + ], "codenotary": "alexandrep.github@gmail.com", "description": "Nextcloud for Homeassistant", "devices": [ @@ -119,7 +122,10 @@ "443/tcp": "Https Web Interface", "80/tcp": "Web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "Full_Text_Search": "bool?", "OCR": "bool?", @@ -146,11 +152,13 @@ "trusted_domains": "str?", "use_own_certs": "bool" }, - "services": ["mysql:want"], + "services": [ + "mysql:want" + ], "slug": "nextcloud_ocr", "uart": true, "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "31.0.6-2", + "version": "31.0.7", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index d319537ea..04e63e3b4 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "13-06-2025", + "last_update": "12-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "31.0.6" + "upstream_version": "31.0.7" }