← Tüm kılavuzlar
Excalidraw (self-hosted)
A self-hosted instance of the popular hand-drawn-style whiteboard tool for sketching diagrams, wireframes, and quick collaborative drawings.
Bu kılavuz, yukarıda bağlantısı verilen Excalidraw (self-hosted) kendi resmi belgelerinden derlenmiştir — dağıtım ve proje sürümleri zamanla değiştiğinden, bu komutları bir üretim sunucusunda çalıştırmadan önce tam paket/sürüm adlarını her zaman orada kontrol edin.
1Run the official Docker image
Excalidraw's core drawing app runs as a single static container.
docker run -d --name excalidraw -p 8084:80 --restart unless-stopped excalidraw/excalidraw:latest2Open it in a browser
http://your-server-ip:80843(Optional) add real-time collaboration
The public excalidraw.com uses a separate room/collaboration backend; self-hosting live multi-user sync requires additionally running excalidraw-room, a small companion WebSocket server.