one-click-apps
one-click-apps copied to clipboard
App Suggestion: Excalidraw
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
I'm working on it
Fixed by branch #726