Disable browser updates for nextcloud
This commit is contained in:
parent
aecd7c0a18
commit
c0df505f70
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ $CONFIG = array (
|
||||||
'mail_smtpname' => '{{ nextcloud.email_username }}',
|
'mail_smtpname' => '{{ nextcloud.email_username }}',
|
||||||
'mail_smtppassword' => '{{ nextcloud.email_password }}',
|
'mail_smtppassword' => '{{ nextcloud.email_password }}',
|
||||||
'mail_smtpport' => '465',
|
'mail_smtpport' => '465',
|
||||||
|
'upgrade.disable-web' => true,
|
||||||
# Allow Nextcloud to talk to Authentik
|
# Allow Nextcloud to talk to Authentik
|
||||||
'allow_local_remote_servers' => true,
|
'allow_local_remote_servers' => true,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue