mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: run pnpm check
This commit is contained in:
@@ -497,18 +497,19 @@ export const templates: TemplateData[] = [
|
|||||||
tags: ["self-hosted", "storage"],
|
tags: ["self-hosted", "storage"],
|
||||||
load: () => import("./gitea/index").then((m) => m.generate),
|
load: () => import("./gitea/index").then((m) => m.generate),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "mailserver",
|
id: "mailserver",
|
||||||
name: "Mailserver",
|
name: "Mailserver",
|
||||||
version: "14.0",
|
version: "14.0",
|
||||||
description: "A fullstack but simple mail server with SMTP, IMAP, LDAP, Antispam, Antivirus, etc.",
|
description:
|
||||||
logo: "mailserver.svg",
|
"A fullstack but simple mail server with SMTP, IMAP, LDAP, Antispam, Antivirus, etc.",
|
||||||
links: {
|
logo: "mailserver.svg",
|
||||||
github: "https://github.com/docker-mailserver/docker-mailserver",
|
links: {
|
||||||
website: "https://docker-mailserver.github.io/docker-mailserver/v14.0/",
|
github: "https://github.com/docker-mailserver/docker-mailserver",
|
||||||
docs: "https://docker-mailserver.github.io/docker-mailserver/v14.0/config/environment/",
|
website: "https://docker-mailserver.github.io/docker-mailserver/v14.0/",
|
||||||
},
|
docs: "https://docker-mailserver.github.io/docker-mailserver/v14.0/config/environment/",
|
||||||
tags: ["self-hosted", "email"],
|
},
|
||||||
load: () => import("./mailserver/index").then((m) => m.generate),
|
tags: ["self-hosted", "email"],
|
||||||
},
|
load: () => import("./mailserver/index").then((m) => m.generate),
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user