Ensure Nextcloud can talk to local servers
All checks were successful
/ terraform (push) Successful in 30s
/ ansible (push) Successful in 1m40s

Needed for Authentik
This commit is contained in:
Jake Howard 2023-11-08 19:51:16 +00:00
parent 6b1f5343f9
commit 5f31a39804
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -53,4 +53,6 @@ $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',
# Allow Nextcloud to talk to Authentik
'allow_local_remote_servers' => true,
); );