mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: format whole repository with new configs
This commit is contained in:
@@ -319,45 +319,48 @@ export const templates: TemplateData[] = [
|
||||
load: () => import("./glitchtip/index").then((m) => m.generate),
|
||||
},
|
||||
{
|
||||
id: 'open-webui',
|
||||
name: 'Open WebUI',
|
||||
version: 'v0.3.7',
|
||||
description: 'Open WebUI is a free and open source chatgpt alternative. Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI designed to operate entirely offline. It supports various LLM runners, including Ollama and OpenAI-compatible APIs. The template include ollama and webui services.',
|
||||
logo: 'open-webui.png',
|
||||
id: "open-webui",
|
||||
name: "Open WebUI",
|
||||
version: "v0.3.7",
|
||||
description:
|
||||
"Open WebUI is a free and open source chatgpt alternative. Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI designed to operate entirely offline. It supports various LLM runners, including Ollama and OpenAI-compatible APIs. The template include ollama and webui services.",
|
||||
logo: "open-webui.png",
|
||||
links: {
|
||||
github: 'https://github.com/open-webui/open-webui',
|
||||
website: 'https://openwebui.com/',
|
||||
docs: 'https://docs.openwebui.com/',
|
||||
github: "https://github.com/open-webui/open-webui",
|
||||
website: "https://openwebui.com/",
|
||||
docs: "https://docs.openwebui.com/",
|
||||
},
|
||||
tags: ['chat'],
|
||||
load: () => import('./open-webui/index').then((m) => m.generate),
|
||||
tags: ["chat"],
|
||||
load: () => import("./open-webui/index").then((m) => m.generate),
|
||||
},
|
||||
{
|
||||
id: 'listmonk',
|
||||
name: 'Listmonk',
|
||||
version: 'v3.0.0',
|
||||
description: 'High performance, self-hosted, newsletter and mailing list manager with a modern dashboard.',
|
||||
logo: 'listmonk.png',
|
||||
id: "listmonk",
|
||||
name: "Listmonk",
|
||||
version: "v3.0.0",
|
||||
description:
|
||||
"High performance, self-hosted, newsletter and mailing list manager with a modern dashboard.",
|
||||
logo: "listmonk.png",
|
||||
links: {
|
||||
github: 'https://github.com/knadh/listmonk',
|
||||
website: 'https://listmonk.app/',
|
||||
docs: 'https://listmonk.app/docs/',
|
||||
github: "https://github.com/knadh/listmonk",
|
||||
website: "https://listmonk.app/",
|
||||
docs: "https://listmonk.app/docs/",
|
||||
},
|
||||
tags: ['email', 'newsletter', 'mailing-list'],
|
||||
load: () => import('./listmonk/index').then((m) => m.generate),
|
||||
},
|
||||
tags: ["email", "newsletter", "mailing-list"],
|
||||
load: () => import("./listmonk/index").then((m) => m.generate),
|
||||
},
|
||||
{
|
||||
id: 'doublezero',
|
||||
name: 'Double Zero',
|
||||
version: 'v0.2.1',
|
||||
description: '00 is a self hostable SES dashboard for sending and monitoring emails with AWS',
|
||||
logo: 'doublezero.svg',
|
||||
id: "doublezero",
|
||||
name: "Double Zero",
|
||||
version: "v0.2.1",
|
||||
description:
|
||||
"00 is a self hostable SES dashboard for sending and monitoring emails with AWS",
|
||||
logo: "doublezero.svg",
|
||||
links: {
|
||||
github: 'https://github.com/technomancy-dev/00',
|
||||
website: 'https://www.double-zero.cloud/',
|
||||
docs: 'https://github.com/technomancy-dev/00',
|
||||
github: "https://github.com/technomancy-dev/00",
|
||||
website: "https://www.double-zero.cloud/",
|
||||
docs: "https://github.com/technomancy-dev/00",
|
||||
},
|
||||
tags: ['email'],
|
||||
load: () => import('./doublezero/index').then((m) => m.generate),
|
||||
}
|
||||
tags: ["email"],
|
||||
load: () => import("./doublezero/index").then((m) => m.generate),
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user