Ensure Nextcloud can talk to local servers
Needed for Authentik
This commit is contained in:
@ -53,4 +53,6 @@ $CONFIG = array (
|
||||
'mail_smtpname' => '{{ nextcloud.email_username }}',
|
||||
'mail_smtppassword' => '{{ nextcloud.email_password }}',
|
||||
'mail_smtpport' => '465',
|
||||
# Allow Nextcloud to talk to Authentik
|
||||
'allow_local_remote_servers' => true,
|
||||
);
|
||||
|
Reference in New Issue
Block a user