Tasmanian Cloud documentation
Templates
One-click deployment of self-hosted applications
Templates describe repeatable application state. Submit them to the REST API from the portal, the tc CLI, or an SDK.
Overview
Templates provide a starting system definition for open-source applications without forcing every operator to repeat the same configuration. A template can include:
- Pre-configured application stack
- Automatic database provisioning
- Environment variable setup
- Persistent volume configuration
- Health checks and monitoring
- Backup schedules
- Docker Compose services and dependencies
- Ansible configuration tasks
- Terraform or OpenTofu infrastructure resources
- Kleis references for sensitive values
Why Templates?
- No setup hassle - Deploy in seconds, not hours
- Best practices built-in - Security hardening, updates, monitoring
- Sovereign by default - Runs on your Tasmanian infrastructure
- Predictable costs - No surprise egress or API fees
Quick Start
Choose an interface
Use the portal to browse and inspect templates. The portal, CLI, and SDK all call the REST API when the deployment belongs to a person, script, or another system.
Once you have access:
- Open Templates
- Browse or search for an app
- Click Deploy
- Configure settings (domain, admin password, etc.)
- Inspect the plan and run events
- Access via your VPN
Available Templates
Databases
| Template | Description | Default Size |
|---|
| PostgreSQL | Open-source relational database | standard-2vcpu-4gb |
| MySQL | Popular SQL database | standard-2vcpu-4gb |
| MongoDB | Document database | standard-2vcpu-4gb |
| Valkey | High-performance key-value store | standard-2vcpu-4gb |
| Qdrant | Vector database | standard-4vcpu-8gb |
| ClickHouse | Columnar analytics DB | standard-4vcpu-8gb |
| InfluxDB | Time-series database | standard-2vcpu-4gb |
Developer Tools
| Template | Description | Default Size |
|---|
| Gitea | Self-hosted Git service | standard-2vcpu-4gb |
| GitLab CE | Complete DevOps platform | standard-4vcpu-8gb |
| Airbyte | Data integration | standard-4vcpu-8gb |
| MeiliSearch | Fast search engine | standard-2vcpu-4gb |
| Pangolin CE | Secure tunneling | standard-2vcpu-4gb |
| Netbox | IP address management | standard-2vcpu-4gb |
| NocoDB | Database as a spreadsheet | standard-2vcpu-4gb |
| Stalwart | Secure email server (coming soon) | - |
Productivity
| Template | Description | Default Size |
|---|
| Zammad | Help desk & ticketing system | standard-2vcpu-4gb |
| Ghost | Modern blogging platform | standard-2vcpu-4gb |
Media
| Template | Description | Default Size |
|---|
| Immich | Self-hosted photo backup | standard-2vcpu-4gb |
Communication
| Template | Description | Default Size |
|---|
| Mattermost | Team collaboration | standard-4vcpu-8gb |
| Netbird CE | Zero trust VPN platform | standard-2vcpu-4gb |
| NodeBB | Modern forum platform | standard-2vcpu-4gb |
Analytics
| Template | Description | Default Size |
|---|
| Umami | Simple analytics | standard-2vcpu-4gb |
| Metabase | Business intelligence | standard-2vcpu-4gb |
Monitoring
| Template | Description | Default Size |
|---|
| Uptime Kuma | Uptime monitoring | standard-2vcpu-4gb |
| Grafana | Metrics visualization | standard-2vcpu-4gb |
| Prometheus | Metrics collection | standard-4vcpu-8gb |
Related Documentation