first commit
ci / build (push) Failing after 23s
deploy / deploy (push) Failing after 10m12s

This commit is contained in:
soroush.asadi
2026-05-31 12:47:02 +03:30
commit add78d8460
100 changed files with 15221 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Resend API key — get from https://resend.com
RESEND_API_KEY=re_xxxxxxxxxxxxxxxxxxxxxxxx
# Inbox that receives contact-form submissions
CONTACT_INBOX=hello@soroushasadi.ir
# Verified sender domain on Resend
CONTACT_FROM="Soroush Asadi <noreply@soroushasadi.ir>"
# --- Admin CMS ---------------------------------------------------------------
# Single password that unlocks the /admin content panel.
# REQUIRED in production (no default is used when NODE_ENV=production).
# In development it falls back to "admin" if unset.
ADMIN_PASSWORD=change-me-to-a-long-random-string
# Secret used to sign the admin session cookie (HMAC-SHA256).
# Set to a long random value; if unset it derives from ADMIN_PASSWORD.
ADMIN_SESSION_SECRET=another-long-random-string
# Where the SQLite content DB and uploaded images live. On the Docker
# deployment this is a mounted volume so content survives rebuilds.
# Defaults to ./data when unset.
DATA_DIR=./data