Jesse Hitch

Results 333 comments of Jesse Hitch

> I also see those warnings about well-know, but never bothered to investigate. Ah yeah, I only recently got some time off work to start looking into them myself :)...

I plan on coming back to this after v27.0.1 of Nextcloud is released and available via docker, because it very may well be related to the bug I mentioned, and...

Thanks @qlonik for chiming in! `enable-cors` should work though 🤔 Let me test and get back to you since #419 has been merged now.

oh, I wonder if we can add something like the allow header like they suggest in this [stack overflow post](https://stackoverflow.com/a/36649003): ```nginx location / { if ($http_origin ~* "^https?://(nextclouddomain.com/remote.php/dav//|www.nextcloudomain.com/remote.php/dav/)$") { add_header...

Thank you @provokateurin for taking the lead on this 💙

To be sure this is being set, can you, @arphillips06 or @zhangdeshuai1999, please log into your pod and check the output of: ```console php occ config:system:get trusted_domains ``` I'd also...

Also, semi-related, but we recently added a new `nextcloud.trustedDomains` helm parameter in `5.4.0`: https://github.com/nextcloud/helm/releases/tag/nextcloud-5.4.0

@lorrx thanks for issue and the updates 🙏 , if you have found a solution that works both in Argo CD and via helm directly on a k8s cluster, please...

@lorrx if you can, could you try pointing your Argo CD `Application` (or `ApplicationSet`) at my [`fix/dont-set-replicas-in-pod-if-hpa-enabled`](https://github.com/jessebot/nextcloud-helm/tree/fix/dont-set-replicas-in-pod-if-hpa-enabled) branch? Sorry if I'm over-explaining, but just in case you need the info,...