GitDeployHub

akulkarni/memory

github.com/akulkarni/memory ↗
Node.js API
8 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • TIGER_CLOUD_CONNECTION_STRING secret Database Connection
  • GITHUB_CLIENT_ID GitHub OAuth (required for authentication) Create OAuth App at: https://github.com/settings/developers
  • GITHUB_CLIENT_SECRET secret
  • GITHUB_CALLBACK_URL
  • JWT_SECRET secret JWT Secret (generate a random string)
  • ANTHROPIC_API_KEY secret Anthropic API Configuration Required: Anthropic API key for vector embeddings
  • LOG_LEVEL Logging Configuration Optional: Set logging level (debug, info, warn, error)
  • NODE_ENV Environment Configuration Optional: Set environment (development, production)
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/akulkarni/memory
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/akulkarni/memory
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/akulkarni/memory
Or deploy to a different host
← Try another repo