serverinfo icon indicating copy to clipboard operation
serverinfo copied to clipboard

Add available Nextcloud update information

Open mafgh opened this issue 5 years ago • 0 comments

I'd like to monitor for an available update with an external tool.

Please consider adding something like this:

'available' => json_decode( $this->config->getAppValue( 'core', 'lastupdateResult' ) ),
'lastupdatedat' => $this->config->getAppValue('core', 'lastupdatedat'),

for example below data/nextcloud/system/update.

mafgh avatar Jun 09 '20 12:06 mafgh