mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Added onedev to templates.ts and onedev's icon
This commit is contained in:
BIN
apps/dokploy/public/templates/onedev.png
Normal file
BIN
apps/dokploy/public/templates/onedev.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
@@ -1136,4 +1136,19 @@ export const templates: TemplateData[] = [
|
|||||||
tags: ["search", "analytics"],
|
tags: ["search", "analytics"],
|
||||||
load: () => import("./elastic-search/index").then((m) => m.generate),
|
load: () => import("./elastic-search/index").then((m) => m.generate),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "onedev",
|
||||||
|
name: "OneDev",
|
||||||
|
version: "11.6.6",
|
||||||
|
description:
|
||||||
|
"Git server with CI/CD, kanban, and packages. Seamless integration. Unparalleled experience.",
|
||||||
|
logo: "onedev.png",
|
||||||
|
links: {
|
||||||
|
github: "https://github.com/theonedev/onedev/",
|
||||||
|
website: "https://onedev.io/",
|
||||||
|
docs: "https://docs.onedev.io/",
|
||||||
|
},
|
||||||
|
tags: ["self-hosted", "development"],
|
||||||
|
load: () => import("./onedev/index").then((m) => m.generate),
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user