From ca9552d6189bad4f79b45463cf77734c55011cf3 Mon Sep 17 00:00:00 2001 From: Khiet Tam Nguyen Date: Tue, 14 Jan 2025 17:30:45 +1100 Subject: [PATCH] chore: sort conduwuit tags --- apps/dokploy/templates/templates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), }, ];