Template:Infobox service
Service
Usage
{{Infobox service
| name = Stalwart Mail
| subtitle = Mail server (SMTP/IMAP)
| status = active
| url = https://webmail.midnightthoughts.space
| namespace = stalwart
| helm_chart = stalwart-mail
| helm_version = 1.0.x
| image = ghcr.io/stalwartlabs/stalwart
| image_tag = latest
| ports = 25 (SMTP), 587 (Submission), 993 (IMAPS)
| replicas = 1
| dependencies = [[PostgreSQL]], [[Hetzner Object Storage]]
| since = 2025-01-01
| notes = Internal submission on port 2587 (no PROXY protocol).
}}
All parameters are optional.
Infobox for Kubernetes-deployed services and applications.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | no description | String | required |
| Subtitle | subtitle | Short descriptor, e.g. 'Mail server (SMTP/IMAP)'. | String | optional |
| Status | status | no description
| String | optional |
| URL | url | no description | URL | optional |
| URL label | url_label | Display text for the URL link. Defaults to the URL itself. | String | optional |
| K8s namespace | namespace | no description | String | optional |
| Helm chart | helm_chart | no description | String | optional |
| Helm version | helm_version | no description | String | optional |
| Container image | image | no description | String | optional |
| Image tag | image_tag | no description | String | optional |
| Ports | ports | Comma-separated list of ports and protocols. | String | optional |
| Replicas | replicas | no description | Number | optional |
| Dependencies | dependencies | Wikilinks to services this depends on. | String | optional |
| Online since | since | no description | Date | optional |
| Notes | notes | no description | String | optional |