Skip to content

Commit 6529949

Browse files
committed
2 parents d32b00f + d8c1c8e commit 6529949

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

frontend/public/json/drawio.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "Draw.IO",
3+
"slug": "drawio",
4+
"categories": [
5+
12
6+
],
7+
"date_created": "2026-01-29",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 8080,
12+
"documentation": "https://www.drawio.com/doc/",
13+
"website": "https://www.drawio.com/",
14+
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/draw-io.webp",
15+
"config_path": "",
16+
"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.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/drawio.sh",
21+
"resources": {
22+
"cpu": 1,
23+
"ram": 2048,
24+
"hdd": 4,
25+
"os": "Debian",
26+
"version": "13"
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": null,
32+
"password": null
33+
},
34+
"notes": []
35+
}

0 commit comments

Comments
 (0)