mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-24 22:53:53 +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
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…
Reference in a new issue