GitDeployHub

anankke/fleeting

github.com/anankke/fleeting ↗
Unknown stack
15 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/anankke/fleeting
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/anankke/fleeting
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/anankke/fleeting
Or deploy to a different host
← Try another repo