Documentation Index
Fetch the complete documentation index at: https://docs.draskencloud.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Docker, or a Rust toolchain (
cargo) - Port
8080and9090available
Run with Docker
Run from Binary
Download the latest binary for your platform from the GitHub Releases page.Verify
Create Your First App
http://localhost:8080/my-api/* will now be routed through the gateway.
Swagger UI
The management API ships with a built-in Swagger UI at:Swagger is disabled by default in production. Enable it with
GATEWAY_SERVER__SWAGGER_ENABLED=true.