chore: format whole repository with new configs

This commit is contained in:
Krzysztof Durek
2024-07-15 01:08:18 +02:00
parent 7a5c71cda3
commit 906e8de13b
349 changed files with 3565 additions and 3549 deletions

View File

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