Use these guides to deploy, operate, secure, and contribute to kucedr-cloud:
- Server installer sets up the application on a Linux server with Docker Compose.
- Application flow defines first-start account creation, the dashboard, and separate sidebar configuration pages.
- A2A client integration explains how clients discover, authenticate with, and invoke the agent.
- Using kucedr-cloud over A2A covers deployment, provider configuration, client registration, OAuth token acquisition, A2A operations, and troubleshooting.
- Contributing to kucedr-cloud covers local development, repository conventions, verification, and pull requests.
- Security policy defines supported versions, vulnerability scope, and private reporting instructions.
- Changelog records release changes.
Once the installer domain is published, install on your server with:
curl -fsSL https://kucedr.app/install.sh | shDocker Compose and an HTTPS reverse proxy are prerequisites. The installer prompts for the public A2A origin and keeps browser administration private. See the installation guide for unattended installation and the direct GitHub command available before domain setup.
For the project overview and deployment quick start, see the project README. kucedr-cloud is distributed under the MIT License.