.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
PORT
Application Public port used by the production server and the Vite web server in local development.
SERVER_PORT
Port used by the Hono server in local development. Vite proxies API requests to this port.
APP_URL
Public URL where the app is served. Used for auth callbacks, OAuth issuer URLs, OpenGraph metadata, and absolute upload URLs.
DATABASE_URL
secret
Database (PostgreSQL) PostgreSQL connection URL. In Docker Compose, the hostname is usually `postgres`; when running directly on your…
AUTH_SECRET
secret
Authentication Generated using `openssl rand -hex 32`
BETTER_AUTH_API_KEY
secret
Better Auth Dashboard (optional) Enables the Better Auth Dashboard plugin when set, you probably don't need this.
GOOGLE_CLIENT_ID
Social Auth (Google, optional) Set both values to enable Google sign-in.
GOOGLE_CLIENT_SECRET
secret
GITHUB_CLIENT_ID
Social Auth (GitHub, optional) Set both values to enable GitHub sign-in.
GITHUB_CLIENT_SECRET
secret
LINKEDIN_CLIENT_ID
Social Auth (LinkedIn, optional) Set both values to enable LinkedIn sign-in.
LINKEDIN_CLIENT_SECRET
secret
OAUTH_PROVIDER_NAME
Custom OAuth Provider (optional) Set OAUTH_CLIENT_ID and OAUTH_CLIENT_SECRET plus either OAUTH_DISCOVERY_URL or the three manual endpoint…
OAUTH_CLIENT_ID
OAUTH_CLIENT_SECRET
secret
OAUTH_DISCOVERY_URL
OAUTH_AUTHORIZATION_URL
OAUTH_TOKEN_URL
secret
OAUTH_USER_INFO_URL
OAUTH_SCOPES
Space-separated scopes requested from the custom OAuth provider.
brew install flyctl && fly launch --from https://github.com/amruthpillai/reactive-resume
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/amruthpillai/reactive-resume
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/amruthpillai/reactive-resume