Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add available Nextcloud update information #211

Closed
mafgh opened this issue Jun 9, 2020 · 0 comments · Fixed by #434
Closed

Add available Nextcloud update information #211

mafgh opened this issue Jun 9, 2020 · 0 comments · Fixed by #434

Comments

@mafgh
Copy link

mafgh commented Jun 9, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant