Giorgio Azzinnaro
Giorgio Azzinnaro
Hi all! Was working on the same point as @Pluies as I wanted to run CCS on OpenShift. I'm trying to achieve a "productive" image, ie not using `bin/develop` (as...
Hi Just a quick update as I made some progress with this. [Here](https://github.com/giorgioazzinnaro/ccs-calendarserver-docker) you can find the `Dockerfile`. I simply used `pip install -r requirements-default.txt` and everything was installed under...
Hey @dreness , glad to know that there's some interest for this. I actually moved the work here https://github.com/apple/ccs-calendarserver/compare/master...giorgioazzinnaro:master So that if you like it can eventually be merged. As...
When you mention the shared disk between nodes, isn't it correct that I should share /var/db/caldav (or ServerRoot)? Right now I configured that as a Docker volume. So it will...
Hey @mschoengens , yes setting up a Docker Compose or Stack is also an option. Right now I focusing on openshift and plain k8s compatibility, with that in place compose...
I guess the right way to do this would be to create a Git repo (and consequently Go module) for each canned product? End users would then have to `go...
I had no idea this could be done! TIL https://golang.org/cmd/go/#hdr-Module_code_layout confirms that this should work.. I guess we can give it a go?
I just realised: this fixes #12890 but ignores #12956 - which was closed in favour of the former. While the 2 issues have a similar cause, they're not equal. In...
You can find the build script in the root of the repo, in `melos.yaml`. I haven't made the CI work yet, but I didn't want to commit the compilation output,...
It took me longer than I care to admit to debug this while attempting to update to Capacitor 5... In the end, I reverted back to plain `nx:run-commands` in my...