.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
ORGANIZATION_NAME
ENABLE_BASIC_AUTH
BASIC_AUTH_USERNAME
BASIC_AUTH_PASSWORD
secret
CANONICAL_DOMAIN
HOSTED_DOMAIN
GUEST_AUTHOR_WHITELIST
GOOGLE_CLIENT_ID
Google
GOOGLE_CLIENT_SECRET
secret
DEFAULT_TWITTER_HANDLE
APPSIGNAL_APP_NAME
Appsignal
APPSIGNAL_APP_ENV
APPSIGNAL_PUSH_API_KEY
secret
brew install flyctl && fly launch --from https://github.com/freika/tilex
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/freika/tilex
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/freika/tilex