fix: pinning CORS to FRONTEND_URL, validate drawing payloads with Zod, staging SQLite imports with integrity checks and atomic swaps in index.ts

This commit is contained in:
Zimeng Xiong
2025-11-22 17:17:50 -08:00
parent b3dbcc2376
commit 5d5e22c8a1
4 changed files with 504 additions and 47 deletions
+8
View File
@@ -15,7 +15,9 @@ A self-hosted dashboard and organizer for [Excalidraw](https://github.com/excali
## Table of Contents
- [Screenshots](#screenshots)
- [Features](#features)
- [Upgrading](#upgrading)
- [Installation](#installation)
- [Docker Hub (Recommended)](#dockerhub-recommended)
- [Docker Build](#docker-build)
@@ -63,6 +65,12 @@ A self-hosted dashboard and organizer for [Excalidraw](https://github.com/excali
</details>
# Upgrading
See [release notes](https://github.com/ZimengXiong/ExcaliDash/releases) for a specific release.
</details>
# Installation
> [!CAUTION]