mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-19 18:36:09 +02:00
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>
This commit is contained in:
parent
d1dbc77e0b
commit
2657c9e8b8
1 changed files with 4 additions and 0 deletions
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…
Add table
Reference in a new issue