This repository contains the Alibaba Cloud ECS deployment version of Agora: a minimal, OpenAI-compatible gateway + admin UI for NVIDIA Integrate API (https://integrate.api.nvidia.com/v1).
- App code lives in
webapp/. - Upstream provider is fixed to NVIDIA Integrate API.
git clone git@github.com:Arain119/Agora.git
cd Agora/webapp
npm ci
npm run build- Create
webapp/.env(do not commit it) and set at leastJWT_SECRETandPORT(default3001). - Start with PM2:
npm i -g pm2
pm2 start ecosystem.config.cjs
pm2 save- Configure Nginx to serve
frontend/distand reverse-proxy/apiand/v1to the backend.- Example:
webapp/deploy/nginx.agora.conf.example
- Example: