nextcloud / helm

A community maintained helm chart for deploying Nextcloud on Kubernetes.
GNU Affero General Public License v3.0
334 stars 269 forks source link

Accessed through an untrusted domain name #553

Open zhangdeshuai1999 opened 7 months ago

zhangdeshuai1999 commented 7 months ago

I installed it by downloading helm tgz and then setting config.php here right? I set it up and I opened my browser and I still couldn't log in

图片 图片
jessebot commented 6 months ago

Could you please fill out the issue template with your whole (anonymized) values.yaml? I think what you have is correct, according to our doc, but want to make sure your ingress annotations are also a match.

joshtrichards commented 2 months ago

An untrusted domain error is about the trusted_domains parameter of Nextcloud. It has nothing to do with with trusted_proxies.

https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#trusted-domains

https://docs.nextcloud.com/server/latest/admin_manual/installation/installation_wizard.html#trusted-domains

jessebot commented 2 months ago

Also wanted to note we added a nextcloud.trustedDomains parameter to this helm chart in 5.4.0: https://github.com/nextcloud/helm/releases/tag/nextcloud-5.4.0