.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)
NODE_ENV
COMPANION_DATADIR
Companion
COMPANION_DOMAIN
COMPANION_PROTOCOL
COMPANION_PORT
COMPANION_CLIENT_ORIGINS
COMPANION_SECRET
secret
COMPANION_PREAUTH_SECRET
secret
COMPANION_ALLOW_LOCAL_URLS
NOTE: Only enable this in development. Enabling it in production is a security risk
COMPANION_ENABLE_URL_ENDPOINT
COMPANION_ENABLE_GOOGLE_PICKER_ENDPOINT
COMPANION_AWS_KEY
secret
to enable S3
COMPANION_AWS_SECRET
secret
COMPANION_AWS_BUCKET
specifying a secret file will override a directly set secret COMPANION_AWS_SECRET_FILE="PATH/TO/AWS/SECRET/FILE"
COMPANION_AWS_REGION
COMPANION_AWS_PREFIX
COMPANION_BOX_KEY
secret
COMPANION_BOX_SECRET
secret
COMPANION_DROPBOX_KEY
secret
COMPANION_DROPBOX_SECRET
secret
brew install flyctl && fly launch --from https://github.com/transloadit/uppy
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/transloadit/uppy
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/transloadit/uppy