This directory contains provider-specific configuration guides.
| Provider | Status | Description |
|---|---|---|
| LXD | ✅ Stable | Local development using LXD containers/VMs |
| Hetzner Cloud | 🆕 New | Cost-effective European cloud provider |
Best for: Local development, testing, CI/CD pipelines, zero cloud costs.
Requirements: Linux system with LXD installed.
Best for: Production deployments, European hosting, cost-sensitive projects.
Requirements: Hetzner Cloud account with API token.
To add a new provider:
- Create OpenTofu templates in
templates/tofu/<provider>/ - Add provider configuration types in
src/domain/provider/ - Update the template renderer for provider-specific logic
- Add documentation in
docs/user-guide/providers/<provider>.md
See the contributing guide for more details.
- Quick Start Guides - Docker and native installation guides
- Commands Reference - Available commands
- SSH Keys - SSH key generation and management