Conversation
This is required to version collections with git as described in the tutorial at https://radicale.org/v3.html#versioning-collections-with-git .
|
Thank you for the PR. I will review it this weekend. |
|
@xduugu , Thank you for raising this PR. I understood your requirements from #1745 (reply in thread) :
I am curious about what other changes might be required apart from installing git inside the docker container. I built the image with the changes in this PR, and started the docker container. I got this error: Here is my compose file: services:
radicale:
image: radicale:test-git-hook
ports:
- "5232:5232"
volumes:
- "./config:/etc/radicale"
- "./data:/var/lib/radicale"this is my On rebuilding with the I am interested in knowing how you avoided this error. Did you configure |
This is required to version collections with git as described in the tutorial at https://radicale.org/v3.html#versioning-collections-with-git .