copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Virtual whiteboard for sketching hand-drawn like diagrams The app hosted at excalidraw com is a minimal showcase of what you can build with Excalidraw Its source code is part of this repository as well, and the app features: 📡 PWA support (works offline) 🤼 Real-time collaboration 🔒 End-to-end encryption 💾 Local-first support (autosaves
GitHub - PatWie excalidraw-complete: Effortlessly self-host Excalidraw . . . Excalidraw Complete adapts to your preferences with customizable storage solutions, adjustable via the STORAGE_TYPE environment variable: Filesystem: Opt for STORAGE_TYPE=filesystem and define LOCAL_STORAGE_PATH to use a local directory SQLite: Select STORAGE_TYPE=sqlite with DATA_SOURCE_NAME for local SQLite storage, including the option for :memory: for ephemeral data
Someone0nEarth excalidraw-self-hosted - GitHub The goal is a docker-compose configuration for a fully self-hosted Excalidraw with collaboration support The configuration is for a traefik setup and uses a MongoDB for the storage Also includes mongo-express as a MongoDB admin interface The original version of excalidraw only supporting Firebase
excalidraw-self-hosted README. md at master - GitHub You signed in with another tab or window Reload to refresh your session You signed out in another tab or window Reload to refresh your session You switched accounts on another tab or window
Virtual whiteboard for sketching hand-drawn like diagrams This is a (hopefully temporary) fork from the original excalidraw project implementing: The recent version of Excalidraw (as of 2024-05-22) All the changes from b310-digital's fork (which brings support for rooms without using firebase) This fork is inspired and partly taken from Kilian Decaderincourt ; The yarn-build-fix from squatica; The redis db healthcheck from squatica
Collaboration mode - Self-hosting vs Collab on top of lt;Excalidraw gt; Hi team Thanks for creating Excalidraw! I am looking to integrate it in my React webapp I used Excalidraw and it is working great, but I also need to implement collaboration mode I looked at these options: We can implement own collab mode on top of the Excalidraw component - as suggested by Aakansha here; We can self-host Excalidraw - as suggested here
Self hosting Excalidraw - Umbrella issue #1772 - GitHub So I'm opening the self-hosting thread Current architecture First an architecture overview Excalidraw is made of three main parts at the moment The client, what you see when you visit excalidraw com which is this repo The sockets serv
Instructions for complete self hosting? #1078 - GitHub Hello, this is truly a great project Thank you! Are there instructions how to completely self-host excalidraw? As I see it, we have excalidraw - frontend excalidraw-json - json push pull server excalidraw-room - websocket server In src