mirror of
https://github.com/nextcloud/docker.git
synced 2025-11-24 20:21:16 +01:00
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>
This commit is contained in:
parent
d1dbc77e0b
commit
ed6c68451d
4
.config/upgrade-disable-web.config.php
Normal file
4
.config/upgrade-disable-web.config.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'upgrade.disable-web' => true,
|
||||
);
|
||||
Loading…
x
Reference in New Issue
Block a user