one-click-apps icon indicating copy to clipboard operation
one-click-apps copied to clipboard

App Suggestion: Excalidraw

Open jluterek opened this issue 3 years ago • 2 comments

Please tell us what app you'd like to see on CapRover as a one-click app. Excalidraw - https://github.com/excalidraw/excalidraw

Do you know if there is any official Docker image for the app?

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

jluterek avatar Aug 23 '21 18:08 jluterek

I'm working on it

matbgn avatar Jul 12 '22 12:07 matbgn

Fixed by branch #726

matbgn avatar Jul 12 '22 14:07 matbgn