jgraph / docker-drawio

Dockerized draw.io based on whichever is the most secure image at the time.
GNU General Public License v3.0
1.49k stars 361 forks source link

It should allow to edit graphs in collaboration when using a local docker installation #56

Closed holgerbrandl closed 2 years ago

holgerbrandl commented 2 years ago

Currently, only "save on device" and "save in browser" are offered, and neither seems to provide collaboration capabilities.

If collaboration using a docker installation is supported already, it would be great if the documentation could be extended to illustrate how to do so.

davidjgraph commented 2 years ago

I don't have time to write everthing, please make a specific request.

holgerbrandl commented 2 years ago

I'd find It should allow to edit graphs in collaboration when using a local docker installation specific. Not sure how to improve it.

davidjgraph commented 2 years ago

You'd need to configure one of the two cloud storage options that does collab, Google Drive or OneDrive.

holgerbrandl commented 2 years ago

Thanks for the help & hint. Thanks to it, I've discovered https://github.com/jgraph/docker-drawio/blob/dev/self-contained/README.md#configuration accordingly and now have a good lead to follow up on.