From 956e836e76a2217a5f54f3696e28926833cd0599 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Tue, 1 Jul 2025 12:30:51 +0200 Subject: [PATCH] feat(template): add excalidraw service configuration with documentation and tags --- templates/service-templates.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/templates/service-templates.json b/templates/service-templates.json index f79549cea..4302f4d21 100644 --- a/templates/service-templates.json +++ b/templates/service-templates.json @@ -845,6 +845,21 @@ "minversion": "0.0.0", "port": "8080" }, + "excalidraw": { + "documentation": "https://docs.excalidraw.com/docs?utm_source=coolify.io", + "slogan": "Virtual whiteboard for sketching hand-drawn like diagrams", + "compose": "c2VydmljZXM6CiAgZXhjYWxpZHJhdzoKICAgIGltYWdlOiAnZXhjYWxpZHJhdy9leGNhbGlkcmF3OmxhdGVzdCcKICAgIGVudmlyb25tZW50OgogICAgICAtIFNFUlZJQ0VfRlFETl9FWENBTElEUkFXXzgwCiAgICBoZWFsdGhjaGVjazoKICAgICAgdGVzdDoKICAgICAgICAtIENNRAogICAgICAgIC0gd2dldAogICAgICAgIC0gJy0tc3BpZGVyJwogICAgICAgIC0gJy0tcXVpZXQnCiAgICAgICAgLSAnaHR0cDovL2xvY2FsaG9zdCcKICAgICAgaW50ZXJ2YWw6IDEwcwogICAgICB0aW1lb3V0OiA1cwogICAgICByZXRyaWVzOiAxMAo=", + "tags": [ + "canvas", + "diagrams", + "drawing", + "productivity", + "whiteboard" + ], + "logo": "svgs/excalidraw.svg", + "minversion": "0.0.0", + "port": "80" + }, "faraday": { "documentation": "https://faradaysec.com/?utm_source=coolify.io", "slogan": "Faraday is a powerful, open-source, web-based vulnerability management tool.",