mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: change tags for roundcube template
This commit is contained in:
@@ -509,7 +509,7 @@ export const templates: TemplateData[] = [
|
|||||||
website: "https://roundcube.net/",
|
website: "https://roundcube.net/",
|
||||||
docs: "https://roundcube.net/about/",
|
docs: "https://roundcube.net/about/",
|
||||||
},
|
},
|
||||||
tags: ["self-hosted", "mail", "webmail"],
|
tags: ["self-hosted", "email", "webmail"],
|
||||||
load: () => import("./roundcube/index").then((m) => m.generate),
|
load: () => import("./roundcube/index").then((m) => m.generate),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user