mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
feat: add Stalwart Mail Server (#146)
This commit introduces a new blueprint for the Stalwart Mail Server, including configuration templates, Docker Compose setup, and metadata updates. The blueprint enables self-hosted email solutions with support for JMAP, IMAP4, POP3, and SMTP protocols.
This commit is contained in:
13
meta.json
13
meta.json
@@ -129,6 +129,19 @@
|
||||
},
|
||||
"tags": ["monitoring"]
|
||||
},
|
||||
{
|
||||
"id": "stalwart",
|
||||
"name": "Stalwart",
|
||||
"version": "latest",
|
||||
"description": "Stalwart Mail Server is an open-source mail server solution with JMAP, IMAP4, POP3, and SMTP support and a wide range of modern features. It is written in Rust and designed to be secure, fast, robust and scalable.",
|
||||
"logo": "stalwart.svg",
|
||||
"links": {
|
||||
"github": "https://github.com/stalwartlabs/mail-server",
|
||||
"website": "https://stalw.art/",
|
||||
"docs": "https://stalw.art/docs/"
|
||||
},
|
||||
"tags": ["email", "smtp", "jmap", "imap4", "pop3", "self-hosted", "mail-server"]
|
||||
},
|
||||
{
|
||||
"id": "datalens",
|
||||
"name": "DataLens",
|
||||
|
||||
Reference in New Issue
Block a user