Finish Setup
Testing database connection
Vercel Postgres: connected
Setup storage (one of the following)
Vercel Blob: create store and connect to project
Cloudflare R2: create/configure bucket
AWS S3: create/configure bucket
Setup auth
Store auth secret in environment variable:
AUTH_SECRET
Setup admin user
Store admin email/password in environment variables:
ADMIN_EMAIL
ADMIN_PASSWORD
Configure language
Configure domain
photos.alicepatience.com
Store in environment variable (used in explicit share urls, seen in nav if no title is defined):NEXT_PUBLIC_DOMAIN
Meta title
photos.alicepatience.com
Store in environment variable (seen in search results and browser tab):NEXT_PUBLIC_META_TITLE
Changes to environment variables require a redeploy or reboot of local dev server