mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Update templates.ts
This commit is contained in:
@@ -1483,4 +1483,19 @@ export const templates: TemplateData[] = [
|
||||
tags: ["forms", "analytics"],
|
||||
load: () => import("./formbricks/index").then((m) => m.generate),
|
||||
},
|
||||
{
|
||||
id: "trilium",
|
||||
name: "Trilium",
|
||||
description:
|
||||
"Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases.",
|
||||
logo: "trilium.png",
|
||||
version: "latest",
|
||||
links: {
|
||||
github: "https://github.com/zadam/trilium",
|
||||
website: "https://github.com/zadam/trilium",
|
||||
docs: "https://github.com/zadam/trilium/wiki/",
|
||||
},
|
||||
tags: ["self-hosted", "productivity", "personal-use"],
|
||||
load: () => import("./trilium/index").then((m) => m.generate),
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user