Next steps
Where to go after Get Started
You have Olympus running. Now what?
If you want to deploy to production
Skip ahead to Deploy, Quickstart with Daedalus and read the Deploy section. The Daedalus wizard handles VPS provisioning, DNS, TLS, secrets, and the first deploy.
If you want to integrate an app
Read Integrate, OAuth2 overview to pick the right grant, then follow the specific flow:
- Authorization Code, server-side web apps
- PKCE, SPAs, mobile, CLIs
- Client Credentials, server-to-server
The Cookbook has language-specific token validation recipes (Go, Node, Python, Rust) and integrations for AWS, Grafana, ArgoCD, and pgAdmin.
If you want to operate the platform
The Operate section is the runbook collection, every long-lived secret has a rotation procedure, every observability surface is documented, every locked-account scenario has a remediation page.
Start with:
- Network Topology, which ports must be firewalled.
- Secrets Audit, quarterly inventory.
- Incident Response, the on-call playbook.
If you want to understand the internals
For licensees inspecting their containers, the Internals section documents the data flow, key abstractions, and test strategy of each repo. Start with Develop, Inspecting Your Containers.
If you want the deep reference
Reference is the exhaustive catalog: every endpoint, every config field, every error, every environment variable. Most of it is generated directly from source so it never drifts.
If you're moving from another vendor
Migration has guides for Auth0, Keycloak, Cognito, Okta, Firebase Auth, and Supabase Auth.
If something is broken
Troubleshooting is organized by symptom and by error code. The top categories: podman compose failures, login loops, consent loops, email not sending, locked accounts, cookies not persisting cross-port.