Documentation of Drawio Self Hosted through a Puppet Module
Documentation for installing and configuring drawio can be achieved through a declarative, configuration management tool such as Puppet. The Puppet code functions as the documentation. This is a simpler approach than trying to maintain a parallel documentation wiki (which requires much effort); and, superior to bash scripts such as those currently used in docker files.
Here is a puppet module that you may find useful:
https://github.com/jjarokergc/puppet-drawio
This module describes how to install drawio as a Tomcat instance and configure the various integrations. The various parameters are kept in a separate yaml data file. This module expects to be installed behind a reverse proxy, so it does not manage SSL or firewall. It has been tested with drawio 16.5.6, Tomcat 10.0.16 and Java 11.0.13 in a Debian host.
What's the ETA on this?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. See the FAQ for more information.