initial commit

This commit is contained in:
HPL-JesusCastro
2026-05-23 00:46:01 +08:00
commit ae2d6fa158
31 changed files with 8699 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# Copy this file to .env and fill in the values before running.
# Password for the letter writer (full access: read + write)
WRITER_PASSWORD=your-writer-password-here
# Password for the reader / partner (read-only access)
READER_PASSWORD=your-reader-password-here
# A long random string used to sign JWT tokens.
# Generate one with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"
JWT_SECRET=change-this-to-a-random-secret