app-store/apps/stalwart-mail/config.json

29 lines
857 B
JSON

{
"$schema": "../schema.json",
"name": "Stalwart Mail",
"available": true,
"exposable": true,
"tipi_version": 5,
"version": "0.8.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"]
}