GitDeployHub

ringhyacinth/star-office-ui

github.com/ringhyacinth/star-office-ui ↗
Python
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.

  • 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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/ringhyacinth/star-office-ui
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ringhyacinth/star-office-ui
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ringhyacinth/star-office-ui
Or deploy to a different host
← Try another repo