Add OnlyOffice #8
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm trying to add OnlyOffice by following the docker-compose.yaml from the official repo:
https://github.com/cryptpad/cryptpad/blob/main/docker-compose.yml
But when I start cryptpad, I get the following errors in the logs:
If I remove the volumes in the docker-compose.yaml, it installs successfully. Does anybody have an idea how I can get this installed correctly?
So when creating new directories in docker in the
volumesection, and if the directory doesn't exist yet, it is created asroot:root! Which makes the installation fail, as cryptpad is initialised with4001:4001...This is what Claude came up with - not sure if it's the correct thing to do. Specifically the missing
healthcheckand no dependency from theappto theinit-onlyoffice-dirsmakes this more a hack than a good solution: