mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: add unsend
This commit is contained in:
@@ -1062,6 +1062,20 @@ export const templates: TemplateData[] = [
|
|||||||
tags: ["identity", "auth"],
|
tags: ["identity", "auth"],
|
||||||
load: () => import("./logto/index").then((m) => m.generate),
|
load: () => import("./logto/index").then((m) => m.generate),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "unsend",
|
||||||
|
name: "Unsend",
|
||||||
|
version: "v1.2.4",
|
||||||
|
description: "Open source alternative to Resend,Sendgrid, Postmark etc. ",
|
||||||
|
logo: "unsend.png", // we defined the name and the extension of the logo
|
||||||
|
links: {
|
||||||
|
github: "https://github.com/unsend-dev/unsend",
|
||||||
|
website: "https://unsend.dev/",
|
||||||
|
docs: "https://docs.unsend.dev/get-started/",
|
||||||
|
},
|
||||||
|
tags: ["e-mail", "marketing", "business"],
|
||||||
|
load: () => import("./unsend/index").then((m) => m.generate),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "langflow",
|
id: "langflow",
|
||||||
name: "Langflow",
|
name: "Langflow",
|
||||||
|
|||||||
Reference in New Issue
Block a user