From 1c81e1ef8e502e596ebf6934b9c974041c62e1be Mon Sep 17 00:00:00 2001 From: DylanBanta Date: Sun, 25 May 2025 22:31:00 -0400 Subject: [PATCH] Integrate Excalidraw UI fork as submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Points to Gitea repo Dylan/excalidraw under Docker/excalidraw • Enables building UI alongside storage-backend and Redis via Docker Compose --- .gitmodules | 3 +++ Docker/excalidraw | 1 + 2 files changed, 4 insertions(+) create mode 160000 Docker/excalidraw diff --git a/.gitmodules b/.gitmodules index 7c83c22..fd58d86 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "Docker/excalidraw-storage-backend"] path = Docker/excalidraw-storage-backend url = https://git.dylanbanta.com/Dylan/excalidraw-storage-backend.git +[submodule "Docker/excalidraw"] + path = Docker/excalidraw + url = https://git.dylanbanta.com/Dylan/excalidraw.git diff --git a/Docker/excalidraw b/Docker/excalidraw new file mode 160000 index 0000000..5639bb8 --- /dev/null +++ b/Docker/excalidraw @@ -0,0 +1 @@ +Subproject commit 5639bb8e879ee403a66239d8eef568457af59136