Merge branch 'canary' of https://github.com/Dokploy/dokploy into feat/refactor-format-and-lint

This commit is contained in:
Krzysztof Durek
2024-07-15 01:13:09 +02:00
7 changed files with 88 additions and 3 deletions

View File

@@ -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),
},
];