diff --git a/apps/drawio/config.json b/apps/drawio/config.json index fc222334..bb2ed3b0 100644 --- a/apps/drawio/config.json +++ b/apps/drawio/config.json @@ -3,6 +3,7 @@ "available": true, "port": 8734, "exposable": true, + "url_suffix": "?offline=1", "id": "drawio", "description": "draw.io is a JavaScript, client-side editor for general diagramming and whiteboarding.", "tipi_version": 2, diff --git a/apps/drawio/metadata/description.md b/apps/drawio/metadata/description.md index 543a0277..4b30ac54 100644 --- a/apps/drawio/metadata/description.md +++ b/apps/drawio/metadata/description.md @@ -1,7 +1,5 @@ ## Draw.io -**Warning:** when openning the draw.io page add an ``?offline=1`` in the end else you will get ``Failed to execute 'open' on 'XMLHttpRequest': Invalid URL`` error! - draw.io, this project, is a configurable diagramming/whiteboarding visualization application. draw.io is jointly owned and developed by JGraph Ltd and draw.io AG. As well as running this project, we run a production-grade deployment of the diagramming interface at [https://app.diagrams.net](https://app.diagrams.net).