excalidraw with collaboration feature, self-hosting, and only one-click deploy
Go to file
2023-02-02 00:56:47 +08:00
_assets docs: upload snapshot 2022-12-10 22:08:01 +08:00
excalidraw@a3ff46741c feat: update with excalidraw 0.14.2 2023-02-01 23:52:03 +08:00
excalidraw-room@c0bf0ba76c feat: init 2022-12-10 19:17:42 +08:00
excalidraw-storage-backend@2e1412b671 feat: init 2022-12-10 19:17:42 +08:00
.gitignore chore: ignore submodule 2022-12-10 20:11:32 +08:00
.gitmodules chore: using https protocol for simple clone https://github.com/alswl/excalidraw-collaboration/issues/1 2022-12-11 11:32:55 +08:00
docker-compose.yaml chore: bump with 0.14.2 and new version controls 2023-02-02 00:56:47 +08:00
excalidraw.dockerignore fix: missing dockerignore 2022-12-10 20:06:52 +08:00
excalidraw.env.production feat: makefile and docker compose 2022-12-10 19:51:56 +08:00
Makefile chore: make update-docker-compose-version works 2023-02-02 00:54:45 +08:00
README.md chore: make update-docker-compose-version works 2023-02-02 00:54:45 +08:00
VERSION chore: bump with 0.14.2 and new version controls 2023-02-02 00:56:47 +08:00

excalidraw-collaboration

One click to init an excalidraw with collaboration.

Snapshot:

snapshot

Demo:

Live Demo A live room sample here: live room

Thanks a lot to @samoylenkodmitry.

Related docs:

Build and Run

Clone, patch, and build:

git clone --recursive git@github.com:alswl/excalidraw-collaboration.git
cd excalidraw-collaboration
git config submodule.excalidraw.ignore all # ignore submodule changes, we will patch them

# $EDITOR excalidraw.env.production  # (optional) edit service endpoint

make patch images # patch to configurations and build the container image
make update-docker-compose-version # update images version for docker-compose
docker-compose up # run the containers

open "http://localhost" # open browser, and you can using the Team work functions

Bump version:

# make sure all changes are commited
make images # build new image without dirty

make bump-version # bump version if your configuration changes(the changes will build into 
git commit -a -m 'feat: bump with my local config' # save your changes

Browse it:

  • open http://127.0.0.1/ ,and you will see the excalidraw page
  • Click the Live Collaboration button, and you will see the collaboration page
  • Now you can share the collaboration page with your friends, and you can draw together.

About public network release:

if you want to release your own excalidraw in public network, you should modify the excalidraw.env.production file, Replace the REACT_APP_HTTP_STORAGE_BACKEND_URL and REACT_APP_WS_SERVER_URL with your own domain.