Ensure Nextcloud can talk to local servers
Needed for Authentik
This commit is contained in:
parent
6b1f5343f9
commit
5f31a39804
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue