diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index 41b2c1a27..350d316b7 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -1251,7 +1251,7 @@ export const templates: TemplateData[] = [ website: "https://conduwuit.puppyirl.gay", docs: "https://conduwuit.puppyirl.gay/configuration.html", }, - tags: ["matrix", "communication", "chat", "server", "backend"], + tags: ["backend", "chat", "communication", "matrix", "server"], load: () => import("./conduwuit/index").then((m) => m.generate), }, ];