software:whiteboard
2021-11-15
Excalidraw
Collaborative whiteboarding made easy From the team behind Excalidraw
From <https://plus.excalidraw.com/?utm_source=excalidraw&utm_medium=banner&utm_campaign=launch>
Self-hosting We publish a Docker image with the Excalidraw client at excalidraw/excalidraw. You can use it to self-host your own client under your own domain, on Kubernetes, AWS ECS, etc.
docker build -t excalidraw/excalidraw . docker run –rm -dit –name excalidraw -p 5000:80 excalidraw/excalidraw:latest
The Docker image is free of analytics and other tracking libraries.
software/whiteboard.txt · Last modified: 2021/12/21 23:22 by superwizard