Notifications- links to nc instance carry local address instead of domain

Hi everyone!
I’m running nc 24.0.5 and recently updated, and noticed that in the body of the email notification the links to a talk conversation bear the local address, http://192.168.1.31/index.php/call/xxyyzz and not the domain name.

I have a ddns hostname setup.

Where is the place to correct this behaviour?

Thanks
Alexander

Hi @Alexander_Liveriero

Try to add the following lines to your config.php:

'overwrite.cli.url' => 'https://your.dyndnsdomain.tld',
'overwriteprotocol' => 'https',

https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html?highlight=overwrite.cli.url#proxy-configurations

1 Like

Thanks!
Actually, by having a closer look at the config.php I thought I figured it out, your post confirms.

Thank you
Alexander

1 Like