Managed to spin up Opencloud on my NAS. I put a host entry in NPM and it seems to be working. From external internet I can log in and upload files with no issues. But whenever I try to reach it through local IP and port, page loads but stays completely blank.
Googling didn’t give reasonable leads. Has anyone had similar issue that they’ve fixed?


Openconfig.phpand look for the entry namedtrusted_domains. Make sure it contains both the domain name and the local IP address:'trusted_domains' => array( 0 => 'nextcloud.your.domain', // the public FQDN 1 => '172.22.?.?', // the local IP address 2 => '...', // other addresses, like if you're using a VPN ),If the web app is opened using an address or DNS name that isn’t included in this list, the browser will connect, but the app will refuse to work.Nevermind, I completely overlooked that the service is Opencloud, not Nextcloud. Nevertheless, you should investigate whether Opencloud has an equivalent config variable.
Rip me then. I am struggling to find anything. Most links forward to owncloud.
Where do I find config.php? Initially I haven’t set a config directory in .env that should result in config stored in a docker volume. I have explored docker volume and found no such file. Docker compose folder also has none.