Initial commit

This commit is contained in:
Zoe
2026-08-07 22:13:25 -05:00
commit 8006fd67f3
40 changed files with 11017 additions and 0 deletions

6
.env.example Normal file
View File

@@ -0,0 +1,6 @@
# Required shared-passcode authentication
AUTH_PASSCODE=replace-with-a-long-random-passcode
AUTH_SECRET=replace-with-at-least-32-random-bytes
AUTH_TOKEN_TTL_DAYS=7
# Persistent local filesystem (one Node/Nitro process only)
QUICKDROP_STORAGE_DIR=.data/quickdrop