From e15729e13276cc9b245d6879b79c3b0c84521283 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Wed, 15 Nov 2023 15:55:03 +0100 Subject: [PATCH] docs: monitoring endpoint, app updates are opt-in since 28 Signed-off-by: Daniel Kesselberg --- admin_manual/release_notes/upgrade_to_28.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/admin_manual/release_notes/upgrade_to_28.rst b/admin_manual/release_notes/upgrade_to_28.rst index f777ed924..99838c997 100644 --- a/admin_manual/release_notes/upgrade_to_28.rst +++ b/admin_manual/release_notes/upgrade_to_28.rst @@ -8,3 +8,12 @@ System requirements * PHP 8.3 is now supported, but 8.2 is recommended. To be documented + +Monitoring +---------- + +Beginning with Nextcloud 28, the monitoring endpoint no longer provides information about available app updates, as gathering the data always involves at least one external request to apps.nextcloud.com. + +You can still ask the monitoring endpoint to show new app updates by using the URL parameter skipApps=false. However, please do not check this endpoint too often. + +https://github.com/nextcloud/serverinfo#api \ No newline at end of file