From 22f13820abf847a19e3483b8fef42540addf53db Mon Sep 17 00:00:00 2001 From: ruinivist Date: Mon, 1 Jun 2026 19:18:39 +0000 Subject: [PATCH] docs: some decisions --- DECISIONS.md | 8 ++++++++ README.md | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 DECISIONS.md diff --git a/DECISIONS.md b/DECISIONS.md new file mode 100644 index 0000000..b1332c7 --- /dev/null +++ b/DECISIONS.md @@ -0,0 +1,8 @@ +# a list of architectural decisions + +( to remind me when I over-engineer and be fickle minded ) + +## Image is NOT meant to be exposed directly to the internet + +- the defaults MUST take care of this +- and hence AUTH won't be a part of the image, whatever the user is using for reverse proxy should handle auth. diff --git a/README.md b/README.md index 9645061..c8eb2be 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ Private self-hosted Excalidraw with Bun, Caddy, and SQLite. This is bare wrapper around the excalidraw packages that adds autosave and disk-persistence. No auth to keep things simple - you either run in a private network or put it behind Caddy auth or similar solutions. -> GPT 5.5 generated - ## Tl;dr When building the image yourself