app-store/apps/stalwart-mail/config.json
Julian Xhokaxhiu 854aa78042
add: Stalwart Mail app (#3122)
* Add stalwart-mail

* Update apps/stalwart-mail/metadata/description.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* refactor(stalwart-mail): small changes

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Stavros <steveiliop56@gmail.com>
2024-04-24 12:50:43 +03:00

43 lines
927 B
JSON

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