mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge branch 'canary' of https://github.com/Dokploy/dokploy into feat/refactor-format-and-lint
This commit is contained in:
@@ -363,4 +363,19 @@ export const templates: TemplateData[] = [
|
||||
tags: ["email"],
|
||||
load: () => import("./doublezero/index").then((m) => m.generate),
|
||||
},
|
||||
{
|
||||
id: "umami",
|
||||
name: "Umami",
|
||||
version: "v2.12.1",
|
||||
description:
|
||||
"Umami is a simple, fast, privacy-focused alternative to Google Analytics.",
|
||||
logo: "umami.png",
|
||||
links: {
|
||||
github: "https://github.com/umami-software/umami",
|
||||
website: "https://umami.is",
|
||||
docs: "https://umami.is/docs",
|
||||
},
|
||||
tags: ["analytics"],
|
||||
load: () => import("./umami/index").then((m) => m.generate),
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user