caprover / one-click-apps

Community Maintained One Click Apps (https://github.com/caprover/caprover)
Apache License 2.0
544 stars 534 forks source link

App Suggestion: Excalidraw #482

Open jluterek opened 3 years ago

jluterek commented 3 years ago

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
matbgn commented 2 years ago

I'm working on it

matbgn commented 2 years ago

Fixed by branch #726