diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index ebd0a6492..afe9d1b69 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -509,7 +509,7 @@ export const templates: TemplateData[] = [ website: "https://roundcube.net/", docs: "https://roundcube.net/about/", }, - tags: ["self-hosted", "mail", "webmail"], + tags: ["self-hosted", "email", "webmail"], load: () => import("./roundcube/index").then((m) => m.generate), }, ];