Initial commit of Vellum, an event photo product for guest uploads, host moderation, and original-quality galleries.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-07 19:36:14 -04:00
co-authored by Cursor
commit 27e2f196eb
149 changed files with 13847 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
DATABASE_URL=postgres://album:album@localhost:5439/album
NEXT_PUBLIC_APP_URL=http://localhost:3000
BETTER_AUTH_SECRET=album-development-secret-change-me
BETTER_AUTH_URL=http://localhost:3000
EMAIL_PROVIDER=mailpit
EMAIL_FROM=Album <photos@album.test>
SMTP_HOST=127.0.0.1
SMTP_PORT=1027
RESEND_API_KEY=
RESEND_FROM=Album <photos@album.test>
S3_ENDPOINT=http://127.0.0.1:3900
S3_PUBLIC_ENDPOINT=http://127.0.0.1:3900
S3_REGION=garage
S3_BUCKET=album
S3_ACCESS_KEY=GK0123456789abcdef0123456789abcdef
S3_SECRET_KEY=0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
S3_FORCE_PATH_STYLE=true
WORKER_CONCURRENCY=1
WORKER_MIN_INTERVAL_MS=250