mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat: add Budibase template
This commit is contained in:
@@ -107,6 +107,21 @@ export const templates: TemplateData[] = [
|
||||
tags: ["database"],
|
||||
load: () => import("./baserow/index").then((m) => m.generate),
|
||||
},
|
||||
{
|
||||
id: "budibase",
|
||||
name: "Budibase",
|
||||
version: "3.2.25",
|
||||
description:
|
||||
"Budibase is an open-source low-code platform that saves engineers 100s of hours building forms, portals, and approval apps, securely.",
|
||||
logo: "budibase.svg",
|
||||
links: {
|
||||
github: "https://github.com/Budibase/budibase",
|
||||
website: "https://budibase.com/",
|
||||
docs: "https://docs.budibase.com/docs/",
|
||||
},
|
||||
tags: ["database", "low-code", "nocode", "applications"],
|
||||
load: () => import("./budibase/index").then((m) => m.generate),
|
||||
},
|
||||
{
|
||||
id: "ghost",
|
||||
name: "Ghost",
|
||||
|
||||
Reference in New Issue
Block a user