GitDeployHub

agustinustheo/firebase-to-minio-migration

github.com/agustinustheo/firebase-to-minio-migration ↗
Node.js API
9 environment variables found in .env.template

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

  • FIREBASE_PROJECT_ID
  • FIREBASE_SERVICE_ACCOUNT_BASE64
  • FIREBASE_STORAGE_BUCKET
  • MINIO_ENDPOINT
  • MINIO_PORT
  • MINIO_ACCESS_KEY secret
  • MINIO_SECRET_KEY secret
  • MINIO_BUCKET_NAME
  • MINIO_USE_SSL
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/agustinustheo/firebase-to-minio-migration
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/agustinustheo/firebase-to-minio-migration
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/agustinustheo/firebase-to-minio-migration
Or deploy to a different host
← Try another repo