GitDeployHub

frenzie/aerion

github.com/frenzie/aerion ↗
Go
5 environment variables found in .env.example

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

  • GOOGLE_CLIENT_ID Google OAuth (from Google Cloud Console) Create a "Desktop app" OAuth 2.0 Client ID
  • GOOGLE_CLIENT_SECRET secret
  • MICROSOFT_CLIENT_ID Microsoft OAuth (from Azure Portal) Create a "Public client/native" app registration. This client also serves the Contacts + Calendar…
  • GOOGLE_TESTING_CLIENT_ID Google OAuth (testing client) for first-party extensions that need broader Google scopes than the mail-app's verified client carries —…
  • GOOGLE_TESTING_CLIENT_SECRET secret
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/frenzie/aerion
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/frenzie/aerion
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/frenzie/aerion
Or deploy to a different host
← Try another repo