mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat(templates): add appsmith
This commit is contained in:
@@ -167,4 +167,19 @@ export const templates: TemplateData[] = [
|
||||
tags: ["cms"],
|
||||
load: () => import("./odoo/index").then((m) => m.generate),
|
||||
},
|
||||
{
|
||||
id: "appsmith",
|
||||
name: "Appsmith",
|
||||
version: "v1.29",
|
||||
description:
|
||||
"Appsmith is a free and open source platform for building internal tools and applications.",
|
||||
logo: "appsmith.png",
|
||||
links: {
|
||||
github: "https://github.com/appsmithorg/appsmith",
|
||||
website: "https://appsmith.com/",
|
||||
docs: "https://docs.appsmith.com/",
|
||||
},
|
||||
tags: ["cms"],
|
||||
load: () => import("./appsmith/index").then((m) => m.generate),
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user