Golain can run on Golain-managed cloud or on your own VMs using the open-source ilyama stack.Documentation Index
Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt
Use this file to discover all available pages before exploring further.
Deployment options
| Option | Audience | Entry point |
|---|---|---|
| Golain cloud | Most customers | Console at https://web.ilyama.golain.io — no infra doc required |
| Local dev | Engineers | make dev-provision in ilyama |
| VM edge (production-like) | Operators | VM edge stack |
| AWS VM bootstrap | Operators | ilyama/infra/deploy/aws-vm/README.md |
Components
- apis — HTTP API (Fiber)
- domain-workers — mutations, integrations, outbox
- mqtt-broker — device MQTT/QUIC
- telemetry — time-series ingester
- Zitadel — OIDC for users (console + CLIs)
Choose local dev vs VM edge
| Local dev | VM edge | |
|---|---|---|
| TLS on data plane | No | Yes (internal CA) |
| Public DNS + LE certs | No | Yes (Cloudflare DNS-01) |
| Command | make dev-provision | make vm-edge-stack-up |
| Use case | Laptop feature work | Staging / airgap / on-prem |
Edge and console URLs
Self-hosted operators publish:https://auth.<domain>— Zitadelhttps://api.<domain>— Platform APIhttps://app.<domain>— Web console (pw Docker image)mqtt.<domain>— Device broker
connection / JITR blocks and in pw build args.
Getting help
- Repo runbooks:
ilyama/infra/devstack/ - Mintlify docs (this site): platform, edge, and CLI guides apply to self-hosted with URL substitutions