Jesse Hitch

Results 333 comments of Jesse Hitch

> > How about adding the other missing configs (especially https://github.com/nextcloud/docker/blob/master/.config/upgrade-disable-web.config.php) and checking if the other ones are up-to-date? > > Sure, why not :) ok, this part is done....

OK, I know I need to fix that last commit not being signed (weird because I set my local git config to always sign, but whatever), but when that's done,...

> Looks good, a test would be very nice (for swift as well if that is somehow possible and you want to give it a try) I can work on...

This is the first attempt at adding an S3 test. One of the things I'm not actually sure how to do from the cli is add a file to nextcloud...

I ended up adding a job to curl a file into place using: https://github.com/nextcloud/helm/blob/dc77117d71f73c7dc721a4cae5748ef54c080780/.github/test_upload_job.yaml#L18-L23 The job gets applied right after we install nextcloud using `ct`, we wait for it, and...

When I try to do the curl in the test job, I get `Access through untrusted domain`. Well, it actually spits out all the following HTML which is hard to...

OK, I've added `nextcloud.trustedDomains`, which has been an on and off suggestion anyway. It templates to `NEXTCLOUD_TRUSTED_DOMAINS` which nextcloud/docker recognizes, so seems fine to me 🤷 Update: fixed it so...

I can't figure out why I can't get the final s3 test helm chart install to work anymore 🤔 I'll try again tomorrow.

The test works!!! 🎉 🕺 💃 🥳 https://github.com/nextcloud/helm/actions/runs/10090274007/job/27899378354?pr=464#step:10:38

OK! This is _finally_ ready for review, @provokateurin :)