feat: init

This commit is contained in:
alswl 2022-12-10 19:17:42 +08:00
commit d972cac288
5 changed files with 28 additions and 0 deletions

9
.gitmodules vendored Normal file
View File

@ -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

16
README.md Normal file
View File

@ -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
```

1
excalidraw Submodule

@ -0,0 +1 @@
Subproject commit 015bdb1c0a2787c6d9544b9cbd66d9c92443431b

1
excalidraw-room Submodule

@ -0,0 +1 @@
Subproject commit c0bf0ba76c270920427554e8a61511da666bcd5a

@ -0,0 +1 @@
Subproject commit 2e1412b67177d40385fce360d16d211b2dba3432