GitDeployHub

apoorv-mishra/appsmith

github.com/apoorv-mishra/appsmith ↗
Unknown stack
20 environment variables found in .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)

  • APPSMITH_SENTRY_DSN Sentry
  • APPSMITH_SMART_LOOK_ID Smart look
  • APPSMITH_OAUTH2_GOOGLE_CLIENT_ID Google OAuth
  • APPSMITH_OAUTH2_GOOGLE_CLIENT_SECRET secret
  • APPSMITH_OAUTH2_GITHUB_CLIENT_ID Github OAuth
  • APPSMITH_OAUTH2_GITHUB_CLIENT_SECRET secret
  • APPSMITH_SEGMENT_KEY secret Segment
  • APPSMITH_RAPID_API_KEY_VALUE secret RapidAPI
  • APPSMITH_MARKETPLACE_ENABLED
  • APPSMITH_OPTIMIZELY_KEY secret Optimizely
  • APPSMITH_ALGOLIA_API_ID Algolia Search (Docs)
  • APPSMITH_ALGOLIA_API_KEY secret
  • APPSMITH_ALGOLIA_SEARCH_INDEX_NAME
  • APPSMITH_CLIENT_LOG_LEVEL Client log level (debug | error)
  • APPSMITH_GOOGLE_MAPS_API_KEY secret GOOGLE client API KEY
  • APPSMITH_MAIL_ENABLED Email server
  • APPSMITH_MAIL_HOST
  • APPSMITH_MAIL_PORT
  • APPSMITH_MAIL_USERNAME
  • APPSMITH_MAIL_PASSWORD secret
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/apoorv-mishra/appsmith
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/apoorv-mishra/appsmith
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/apoorv-mishra/appsmith
Or deploy to a different host
← Try another repo