Open vlsav opened 3 months ago
hello, i have the same question. Has anyone managed to install custom plugins on selfhosted drawio?
by modification of main/docker-entrypoint.sh by adding into PreConfig.js: window.ALLOW_CUSTOM_PLUGINS = true it is preferable if it will be added into baseline docker-entrypoint.sh, with additional ENV variable to make such option configurable. But I didn't find the way to raise such PR.
Hello! Is it possible to enable custom plugins in self-contained draw-io? I've checked sources, seems there is window.ALLOW_CUSTOM_PLUGINS variable, but it is not clear if it is possible to enable it and if it will allow custom plugins in self-contained draw-io? There is nothing about it in docker-entrypoint.sh