Commit Graph

12 Commits

Author SHA1 Message Date
Yuzhong Zhang 82da279332 Update README docs and add feature screenshots
Renamed 'Excalidraw Complete' to 'Excalidraw Full' in both English and Chinese README files. Added new sections highlighting core differences from the official Excalidraw, and included four illustrative screenshots to showcase multi-canvas management, storage options, OAuth2 login, and AI features.
2025-07-06 16:10:49 +08:00
Yuzhong Zhang a7c4624e70 Update README and docker-compose; add Chinese README
Expanded and clarified the main README with new features, configuration, and deployment instructions. Added a Chinese translation (README_zh.md). Updated docker-compose.yml to improve volume and env file mounting.
2025-07-06 16:02:39 +08:00
Yuzhong Zhang 7b2f7af77c fix 2025-06-23 12:34:34 +08:00
patwie 5ae64e7aca Make server listen address configurable via flags
To improve the flexibility and configurability of the server, add a
`listen` flag to specify the server's listen address. This replaces
the hardcoded `localhost:3002` string.

This change addresses the need for configuring the server address
dynamically, facilitating easier deployment and testing.

Resolves: #8
2024-06-10 09:20:00 +00:00
patwie 257e46d2c8 Add structured logging to documentStore methods
To troubleshoot reported issues, we add more debugging outputs in
the logging. This includes detailed, structured logs in the Create
and FindID methods to provide better traceability and debuggability.

These changes help diagnose issues by providing detailed context in
the logs, which should improve the ability to identify and resolve
problems.

See also: #9
2024-06-10 09:11:26 +00:00
Christian 🦄 fc6de8bf05 Update README.md 2024-05-24 15:23:00 +02:00
Christian 🦄 9568cb57b5 Update README.md 2024-05-24 09:29:58 +00:00
Christian 🦄 20f66fa125 Fixed commands for building from src 2024-05-24 09:29:53 +00:00
patwie 3893dfb13e Add excalidraw as submodule 2024-03-29 13:53:53 +00:00
patwie 31c8029402 Add different data providers and improve docs
This adds support for switching between in-memory, local filesystem, s3
or sqlite.
2024-03-29 13:10:54 +00:00
patwie 2dd1421b6e Add webUI into binary
To get the most simple deployment of excalidraw, the binary should ship
all components (webUI, socket.io, data storage).
2024-03-29 09:55:57 +00:00
patwie 36e3ecb5c7 Initial prototype 2024-03-28 23:57:33 +00:00