From d8c1c8e8d5380eeaee7fe8f37a27a0778b1c148a Mon Sep 17 00:00:00 2001 From: tremor021 Date: Wed, 11 Feb 2026 10:59:55 +0100 Subject: [PATCH] draw.io: update json --- frontend/public/json/drawio.json | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 frontend/public/json/drawio.json diff --git a/frontend/public/json/drawio.json b/frontend/public/json/drawio.json new file mode 100644 index 000000000..b3ffeb4e7 --- /dev/null +++ b/frontend/public/json/drawio.json @@ -0,0 +1,35 @@ +{ + "name": "Draw.IO", + "slug": "drawio", + "categories": [ + 12 + ], + "date_created": "2026-01-29", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 8080, + "documentation": "https://www.drawio.com/doc/", + "website": "https://www.drawio.com/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/draw-io.webp", + "config_path": "", + "description": "draw.io is a configurable diagramming and whiteboarding application, jointly owned and developed by draw.io Ltd (previously named JGraph) and draw.io AG.", + "install_methods": [ + { + "type": "default", + "script": "ct/drawio.sh", + "resources": { + "cpu": 1, + "ram": 2048, + "hdd": 4, + "os": "Debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} \ No newline at end of file