Nextcloud Appliance - trusted_domains ignored

Hello,

i installed Nextcloud Appliance v14.
Accessing Appliance via IP https://192.168.5.15 everything works.
Accessing Appliance via DNS-Name https://cloud.example.com bring up error to edit the config.php File.

After searching for the config.php File i found it within the directory
/var/lib/univention-appcenter/apps/nextcloud/data/integration/config

I edited the File to look like following:
‘trusted_domains’ =>
array (
0 => ‘ucs-7699.nextcloud-com.intranet’,
1 => ‘192.168.5.16’,
2 => ‘169.254.46.254’,
3 => ‘cloud.example.com’,
),

After restarting the Appliance i am still not able to access my Nextcloud via DNS Name.
I tried several entries like

  • *.example.com
  • https://*
  • https://

No Luck.
Please help

Thanks and Kind Regards
Marco

Hi,

solved it!
Seems there is another location of config.php
Copying the config.php to this Location worked for me!

univention-app shell nextcloud
cp /var/lib/univention-appcenter/apps/nextcloud/data/integration/config/config.php /var/www/html/config/config.php

Thanks!
KR
Marco