.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
brew install flyctl && fly launch --from https://github.com/frenzie/aerion
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/frenzie/aerion
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/frenzie/aerion