0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 00:12:36 +02:00
nextcloud-docker/.config/upgrade-disable-web.config.php
Josh Richards ed6c68451d
feat(updater): Disable web based updater for real (#2109)
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,
);