Turn off automatic update checks

Is it possible to manage the Nexcloud general settings with a script or configuration profile?

I’d like to change autoUpdateCheck to false but it’s part of the .cfg which lives in the user Library.

There used to be a .plist that we could use to disable automatic updates but that .plist doesn’t exist anymore.

https://docs.nextcloud.com/desktop/2.3/autoupdate.html

Any suggestions?

Not tested:
'updatechecker' => true,

https://docs.nextcloud.com/server/19/admin_manual/configuration_server/config_sample_php_parameters.html

Thanks for the quick response.

I’m looking to manage the Nextcloud.app on the client (macOS) itself. Or is the app pulling those settings from the server?

Looks like “updatechecker” is now

[Nextcloud]
autoUpdateCheck=true

From client .cfg file. under v2.6.5

Sorry. I thought the update of nextcloud software on the server.