From d972cac2889dda9b6b479aae7897a30913f00d00 Mon Sep 17 00:00:00 2001 From: alswl Date: Sat, 10 Dec 2022 19:17:42 +0800 Subject: [PATCH] feat: init --- .gitmodules | 9 +++++++++ README.md | 16 ++++++++++++++++ excalidraw | 1 + excalidraw-room | 1 + excalidraw-storage-backend | 1 + 5 files changed, 28 insertions(+) create mode 100644 .gitmodules create mode 100644 README.md create mode 160000 excalidraw create mode 160000 excalidraw-room create mode 160000 excalidraw-storage-backend diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9f9c763 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "excalidraw-storage-backend"] + path = excalidraw-storage-backend + url = git@github.com:alswl/excalidraw-storage-backend.git +[submodule "excalidraw-room"] + path = excalidraw-room + url = git@github.com:excalidraw/excalidraw-room.git +[submodule "excalidraw"] + path = excalidraw + url = git@github.com:alswl/excalidraw.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..54c449e --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# excalidraw-collaboration + +One click to init an excalidraw with collaboration. + +Docs: + +- [Self hosted online collaborative drawing platform Excalidraw | Log4D](https://en.blog.alswl.com/2022/10/self-hosted-excalidraw/) +- [私有化在线协同画图平台 Excalidraw | Log4D]( https://blog.alswl.com/2022/10/self-hosted-excalidraw/ ) + +Build: + +``` +make images +make generate-compose +docker-compose up +``` diff --git a/excalidraw b/excalidraw new file mode 160000 index 0000000..015bdb1 --- /dev/null +++ b/excalidraw @@ -0,0 +1 @@ +Subproject commit 015bdb1c0a2787c6d9544b9cbd66d9c92443431b diff --git a/excalidraw-room b/excalidraw-room new file mode 160000 index 0000000..c0bf0ba --- /dev/null +++ b/excalidraw-room @@ -0,0 +1 @@ +Subproject commit c0bf0ba76c270920427554e8a61511da666bcd5a diff --git a/excalidraw-storage-backend b/excalidraw-storage-backend new file mode 160000 index 0000000..2e1412b --- /dev/null +++ b/excalidraw-storage-backend @@ -0,0 +1 @@ +Subproject commit 2e1412b67177d40385fce360d16d211b2dba3432