You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, actually, we deploy Nextcloud from package managers (like Fusioninventory) on large networks. Our problem is we have to disable autoupdate, because we want to validate each new version with our process.
Actually, the only way to realize this is editing regedit (or nextcloud.cfg, which one is not easly accessible, because some computer are personnal computers).
The best way should be to be able to modify some nextcloud.cfg options through the nextcloudcmd CLI. This will help us to, in our case, easly disable autoupdate, throught cmd windows command line.
Actually, I tryed something like this : REG ADD "HKLM\SOFTWARE\WOW6432Node\Nextcloud GmbH\Nextcloud" /v skipUpdateCheck /t REG_DWORD /d 1
But it doesn't change anything client side (3.5.2)
The text was updated successfully, but these errors were encountered:
Hello, actually, we deploy Nextcloud from package managers (like Fusioninventory) on large networks. Our problem is we have to disable autoupdate, because we want to validate each new version with our process.
Actually, the only way to realize this is editing regedit (or nextcloud.cfg, which one is not easly accessible, because some computer are personnal computers).
The best way should be to be able to modify some nextcloud.cfg options through the nextcloudcmd CLI. This will help us to, in our case, easly disable autoupdate, throught cmd windows command line.
Actually, I tryed something like this : REG ADD "HKLM\SOFTWARE\WOW6432Node\Nextcloud GmbH\Nextcloud" /v skipUpdateCheck /t REG_DWORD /d 1
But it doesn't change anything client side (3.5.2)
The text was updated successfully, but these errors were encountered: