logo
icon

Astron RPA Server Stack

Open-source Astron RPA backend stack with API gateway, auth, resource services, object storage and supporting infrastructure. Desktop client is not included.

template cover

Astron RPA Server Stack

This template deploys the server-side stack of Astron RPA to Zeabur: gateway, auth, AI service, OpenAPI service, robot service, resource service, MySQL, Redis, MinIO and Casdoor.

What This Template Includes

  • gateway: OpenResty API gateway
  • casdoor: authentication service
  • mysql, redis, minio: infrastructure
  • ai-service, openapi-service, resource-service, robot-service, rpa-auth

Important Scope

  • This is not the full Astron RPA desktop product.
  • The upstream project includes Electron / desktop components that still need to be obtained separately.
  • This template focuses on the deployable backend services and public APIs.

Deployment Notes

  1. Bind PUBLIC_DOMAIN to gateway.
  2. Bind CASDOOR_DOMAIN to casdoor.
  3. Set AICHAT_BASE_URL and AICHAT_API_KEY if you want AI chat features.
  4. After deploy, verify:
    • https://<PUBLIC_DOMAIN>/health
    • https://<CASDOOR_DOMAIN>
  5. The template bootstraps MySQL schema, seed data, Casdoor init data and gateway config from the upstream GitHub repository at startup.

Source