Problem with Logging into NextCloud on Kuberbetes on Raspberrypi Stack

I am trying to log into my secured Nextcloud instance from outside my local network. I am using a url that is pointing to my IP address and all of this works fine. I get this page:

Access through untrusted domain

Please contact your administrator. If you are an administrator, edit the “trusted_domains” setting in config/config.php like the example in config.sample.php.

The problem is that I can’t seem to find this config.php on a Kubernetes installation. I am using Helm to connect to it and an Ubuntu 20.04 local machine. Everything is running properly with the exception that I do not know where the config file is to add a trusted domain.

Has anyone dealt with this issue?

Thank you

Did you add a Trusted Domain?

Thank you, but the files are not located in the places that the documentation tells me to find the.

This setup uses a yaml file. I have checked many times to be sure it is accurate. Still no success.

Got it. Check kubernetes documentation and figure out where /var/www nextcloud related directories are actually stored on your filesystem. Then you can adjust the commands to run properly

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.