.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
SESSION_SECRET
secret
Required
POSTGRES_USER
PostgreSQL
POSTGRES_PASSWORD
secret
POSTGRES_DB
DATABASE_URL
secret
MEMCACHED_HOST
Memcached
MEMCACHED_PORT
OIDC_ISSUER
In-house OIDC provider
OIDC_CLIENT_ID
OIDC_CLIENT_SECRET
secret
OIDC_REDIRECT_URI
NCHAN_PUB_URL
Nchan internal publisher (Docker: http://nchan/pub/fleet, local dev: http://localhost/pub/fleet)
ESI_BASE_URL
PORT
Server
NODE_ENV
brew install flyctl && fly launch --from https://github.com/anankke/fleeting
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/anankke/fleeting
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/anankke/fleeting