0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 02:46:10 +02:00
nextcloud-docker/.config/upgrade-disable-web.config.php
Josh Richards 2657c9e8b8
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-01 09:23:12 -05:00

4 lines
60 B
PHP

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