0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-16 19:35:08 +01:00
nextcloud-docker/.config/upgrade-disable-web.config.php
Josh Richards ed6c68451d
feat(updater): Disable web based updater for real ()
Web based updates aren't used in the image, but the button remains enabled and generates an error when clicked. Let's eliminate the web updater button.

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-12-11 22:54:39 +00:00

4 lines
60 B
PHP

<?php
$CONFIG = array (
'upgrade.disable-web' => true,
);