.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
STAR_OFFICE_ENV
Mark production mode to enable startup hardening checks
FLASK_SECRET_KEY
secret
Flask/session secret (REQUIRED in production) Must be long/random (>=24 chars)
ASSET_DRAWER_PASS
Asset drawer password (REQUIRED in production) Do NOT use 1234 in production. Recommend >=8 chars.
GEMINI_API_KEY
secret
Optional Gemini runtime defaults You can also set these in runtime-config.json via UI
GEMINI_MODEL
brew install flyctl && fly launch --from https://github.com/ringhyacinth/star-office-ui
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ringhyacinth/star-office-ui
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ringhyacinth/star-office-ui