James Blair
James Blair
Hey @MaggiWuerze - I was able to resolve this situation temporarily by disabling PHP hardening, refer: https://github.com/Wonderfall/docker-nextcloud/commit/acfab6ccf0cef9057d28c17fb388f3afb21b5aed
A rebuild is required, my process is: ```bash git clone https://github.com/jmhbnz/docker-nextcloud cd docker-nextcloud podman build -t ghcr.io/jmhbnz/nextcloud:25.0.5 . ``` Then you can just update your compose file to use your...
@AndreyKozlov1984 can you please take a look at this quick fix?
/assign @jmhbnz Thanks for reporting this @berndfo. I have raised the quick fix here #876
To the best of my knowledge every pre-requisite for the transfer to occur is now met, we just need to carry out the actual transfer. @ahrtr, @serathius normally projects like...
Confirming the migration has been completed, https://github.com/etcd-io/auger is now live 🎉 With the new repo in place we need to either delete this one or mark it public archive with...
> Here I'm on a fence, the repo is related to [etcd-io/etcd#16467](https://github.com/etcd-io/etcd/issues/16467), a lost knowledge on how previous maintainers qualified previous releases. I could not reach out to @gyuho, but...
Hey @WilliamDEdwards - We had an issue recently with a change causing test timeouts which is now reverted. Would you mind please rebasing this so all the tests pass, thanks!
First patch release for 1.22 has dropped team: > go1.22.1 (released 2024-03-05) includes security fixes to the crypto/x509, html/template, net/http, net/http/cookiejar, and net/mail packages, as well as bug fixes to...
Hi @ehansmair - I agree we could provide more examples for this. For `curl`, try: ```bash curl -L http://localhost:2379/v3/cluster/member/list -X POST --output members.log cat members.log | jq { "header": {...