Disable browser updates for nextcloud
All checks were successful
/ terraform (push) Successful in 27s
/ ansible (push) Successful in 1m36s

This commit is contained in:
Jake Howard 2023-12-04 09:39:14 +00:00
parent aecd7c0a18
commit c0df505f70
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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,
); );