GitDeployHub

aliyun/alibabacloud-polardb-tool-agentic-server

github.com/aliyun/alibabacloud-polardb-tool-agentic-server ↗
Python
2 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • PAS_DATABASE_URL secret The service has exactly two bootstrap settings. All other configuration is completed after startup through the guided UI or `pas config`.
  • PAS_ENCRYPTION_KEY secret Base64-encoded 32-byte root key, or file:/absolute/path to a mode-0600 file. Back this value up independently; losing it makes encrypted…
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/aliyun/alibabacloud-polardb-tool-agentic-server
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aliyun/alibabacloud-polardb-tool-agentic-server
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aliyun/alibabacloud-polardb-tool-agentic-server
Or deploy to a different host
← Try another repo