43 lines
927 B
JSON
43 lines
927 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Stalwart Mail",
|
|
"available": true,
|
|
"exposable": true,
|
|
"tipi_version": 2,
|
|
"version": "0.7.2",
|
|
"port": 8677,
|
|
"id": "stalwart-mail",
|
|
"categories": [
|
|
"media",
|
|
"network",
|
|
"utilities"
|
|
],
|
|
"description": "Stalwart is a scalable, secure and robust open-source mail server software designed for the 21st century.",
|
|
"short_desc": "Open-source mail server solution with JMAP, IMAP4, and SMTP support",
|
|
"author": "Stalwart Labs",
|
|
"source": "https://github.com/stalwartlabs",
|
|
"website": "https://stalw.art",
|
|
"requirements": {
|
|
"ports": [
|
|
25,
|
|
143,
|
|
465,
|
|
587,
|
|
993,
|
|
4190
|
|
]
|
|
},
|
|
"form_fields": [
|
|
{
|
|
"type": "ip",
|
|
"label": "Network Interface (default: 0.0.0.0)",
|
|
"required": false,
|
|
"env_variable": "NETWORK_INTERFACE"
|
|
}
|
|
],
|
|
"supported_architectures": [
|
|
"arm64",
|
|
"amd64"
|
|
]
|
|
}
|